1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-03-09 15:40:18 +00:00

Deb for Ubuntu 16.04 is successful

This commit is contained in:
Bumsik Kim 2018-06-03 11:55:15 -04:00
parent 710864a44d
commit 920fd56ea8
No known key found for this signature in database
GPG key ID: E31041C8EC5B01C6
7 changed files with 86 additions and 4 deletions

View file

@ -4,4 +4,8 @@ source _common.sh
cd build
cd virtscreen-$PKGVER
debuild
if [ $1 = "virtualenv" ]; then
dpkg-buildpackage -b
else
debuild
fi