1
0
Fork 0
mirror of https://github.com/kbumsik/VirtScreen.git synced 2025-02-15 04:41:50 +00:00
VirtScreen/package/debian/debuild.sh

12 lines
172 B
Bash
Raw Normal View History

2018-05-23 01:26:17 +00:00
#!/bin/bash
PKGVER=0.1.2
# Required for debmake
DEBEMAIL="k.bumsik@gmail.com"
DEBFULLNAME="Bumsik Kim"
export DEBEMAIL DEBFULLNAME
cd build
cd virtscreen-$PKGVER
debuild