nicer directory structure
This commit is contained in:
+2
-2
@@ -44,8 +44,8 @@ echo "*************"
|
||||
echo
|
||||
mkdir -p $RELEASE/DEBIAN $RELEASE/etc/init.d $RELEASE/etc/default $RELEASE/etc/ebusd $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/debian/init.d/ebusd $RELEASE/etc/init.d/ebusd || exit 1
|
||||
cp contrib/debian/default/ebusd $RELEASE/etc/default/ebusd || exit 1
|
||||
cp contrib/etc/ebusd/* $RELEASE/etc/ebusd/ || exit 1
|
||||
cp contrib/etc/logrotate.d/ebusd $RELEASE/etc/logrotate.d/ || exit 1
|
||||
cp ChangeLog.md $RELEASE/DEBIAN/changelog || exit 1
|
||||
|
||||
Reference in New Issue
Block a user