forked from p34709852/monkey
debian fix #3
This commit is contained in:
parent
801c5c3cb6
commit
b9d2c2528b
|
@ -1,12 +0,0 @@
|
|||
###############################################################################
|
||||
## This file is executed by the build_deb.sh file just before building the
|
||||
## deb file.
|
||||
## The script is executed when monkey repo is in the current directory
|
||||
## Arguments (environment variables)
|
||||
## $VERSION: current build version
|
||||
## $TEMP: base folder where package is being built
|
||||
###############################################################################
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p $TEMP/usr/bin/monkey
|
||||
cp -f ./monkey_island/linux/monkey.sh $TEMP/usr/bin/monkey
|
Loading…
Reference in New Issue