Rename script
This commit is contained in:
7
build-deb.sh
Executable file
7
build-deb.sh
Executable 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
|
Reference in New Issue
Block a user