Make the bulid script automatic

This commit is contained in:
Joshua Boniface 2018-06-17 15:42:22 -04:00
parent 40e21e7534
commit fbcfff2384
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
ver="0.1" ver="0.1"
git pull git pull
rm ../pvc_* rm ../pvc_*
dh_make -p pvc_${ver} --createorig dh_make -p pvc_${ver} --createorig --single --yes
dpkg-buildpackage -us -uc dpkg-buildpackage -us -uc
dh_clean dh_clean