fix for previous commit

This commit is contained in:
john30
2015-03-29 12:23:57 +02:00
parent c10b5c8e99
commit be8815fd73
+1 -1
View File
@@ -44,7 +44,7 @@ echo " pack"
echo "*************"
echo
mkdir -p $RELEASE/DEBIAN $RELEASE/etc/init.d $RELEASE/etc/default $RELEASE/etc/logrotate.d || exit 1
rm $RELEASE/usr/bin/ebusfeed
cp contrib/etc/init.d/ebusd.debian $RELEASE/etc/init.d/ebusd || exit 1
cp contrib/etc/default/ebusd.debian $RELEASE/etc/default/ebusd || exit 1
cp contrib/etc/ebusd/* $RELEASE/etc/ebusd/ || exit 1