fix for wrong /etc directory
This commit is contained in:
Executable → Regular
+1
-2
@@ -59,12 +59,11 @@ rm $RELEASE/usr/bin/ebusfeed
|
||||
if [ -d /run/systemd/system ]; then
|
||||
mkdir -p $RELEASE/lib/systemd/system || exit 1
|
||||
cp contrib/debian/systemd/ebusd.service $RELEASE/lib/systemd/system/ebusd.service || exit 1
|
||||
cp contrib/debian/default/ebusd $RELEASE/etc/default/ebusd || exit 1
|
||||
else
|
||||
mkdir -p $RELEASE/etc/init.d || 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
|
||||
fi
|
||||
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