Ensure required folders exist in Debian build script
This commit is contained in:
parent
38bd97148a
commit
916d5e6c8b
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
TARGET=septadrop_1.0_amd64
|
||||
./build.sh
|
||||
mkdir -p ${TARGET}/usr/bin/
|
||||
cp septadrop ${TARGET}/usr/bin/
|
||||
dpkg-deb --build ${TARGET}
|
Loading…
Add table
Reference in a new issue