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

@ -12,4 +12,9 @@ mv VirtScreen-$PKGVER virtscreen-$PKGVER
mv $PKGVER.tar.gz virtscreen-$PKGVER.tar.gz
cd virtscreen-$PKGVER
debmake -b':py3'
if [ $1 = "virtualenv" ]; then
cp ../../Makefile.virtualenv Makefile
debmake -b':sh'
else
debmake -b':py3'
fi