mirror of
https://github.com/azlux/log2ram.git
synced 2023-10-10 13:37:24 +02:00
fix typo
This commit is contained in:
parent
f3d21dc0a7
commit
e20ee3cfc2
@ -31,6 +31,3 @@ install -Dm 644 "$STARTDIR/log2ram.logrotate" "$DESTDIR/etc/logrotate.d/log2ram"
|
||||
mkdir "$DESTDIR/DEBIAN" "$OUTDIR"
|
||||
cp "$STARTDIR/debian/"* "$DESTDIR/DEBIAN/"
|
||||
dpkg-deb --build "$DESTDIR" "$OUTDIR"
|
||||
reprepro -b /var/www/repos/apt/debian includedeb buster "$OUTDIR"/*.deb
|
||||
reprepro -b /var/www/repos/apt/debian includedeb stretch "$OUTDIR"/*.deb
|
||||
|
||||
|
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
||||
log2ram (1.4.2) any; urgency=low
|
||||
* fix on rsync
|
||||
* Repository is here \o/
|
||||
|
||||
-- Azlux <github@azlux.fr> Fri, 20 Dec 2019 15:57:36 +0100
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -3,4 +3,4 @@ set -euo pipefail
|
||||
|
||||
systemctl enable log2ram
|
||||
echo "##### Reboot to activate log2ram #####"
|
||||
echo "##### edit /etc/log2ram.conf to configure options ####"
|
||||
echo "##### edit /etc/log2ram.conf to configure options ####"
|
||||
|
Loading…
Reference in New Issue
Block a user