debian fix #3

This commit is contained in:
urihershgc 2016-01-19 16:57:23 +02:00
parent 801c5c3cb6
commit b9d2c2528b
1 changed files with 0 additions and 12 deletions

View File

@ -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