Files
pvc/build.sh

8 lines
111 B
Bash
Raw Normal View History

2018-06-17 15:39:54 -04:00
#!/bin/sh
ver="0.1"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig
dpkg-buildpackage -us -uc
dh_clean