mkdir is needed

This commit is contained in:
mathias 2018-06-10 02:49:04 +03:00
parent a2aca9d48d
commit 25fea862a7

View file

@ -2,8 +2,9 @@
BIN_DIR="$(cd "$(dirname "$0")" && pwd)"
BUILD_DIR=$1
cp $BIN_DIR/start $BUILD_DIR/bin/
cp $BIN_DIR/excludes $BUILD_DIR/bin/
mkdir -p $BUILD_DIR/bin/
mv $BIN_DIR/start $BUILD_DIR/bin/
mv $BIN_DIR/excludes $BUILD_DIR/bin/
curl -o inotify-tools.deb -s -L "http://security.ubuntu.com/ubuntu/pool/universe/i/inotify-tools/inotify-tools_3.14-2_amd64.deb"
dpkg -x *.deb .