From 40e21e753434c7089f660af3c479b83a169bec24 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 17 Jun 2018 15:39:54 -0400 Subject: [PATCH] Add builder script --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 00000000..468dd3ed --- /dev/null +++ b/build.sh @@ -0,0 +1,7 @@ +#!/bin/sh +ver="0.1" +git pull +rm ../pvc_* +dh_make -p pvc_${ver} --createorig +dpkg-buildpackage -us -uc +dh_clean