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:
parent
710864a44d
commit
920fd56ea8
7 changed files with 86 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue