pvc/build.sh

8 lines
111 B
Bash
Executable File

#!/bin/sh
ver="0.1"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig
dpkg-buildpackage -us -uc
dh_clean