Rename script

This commit is contained in:
2018-06-17 22:40:54 -04:00
parent 4444bca39d
commit 2ff531cc3c

7
build-deb.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
ver="0.1"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes
dpkg-buildpackage -us -uc
dh_clean