Browse Source

fix typo

tags/1.4.3
Azlux 4 years ago
parent
commit
e20ee3cfc2
3 changed files with 1 additions and 8 deletions
  1. +0
    -3
      build-packages.sh
  2. +0
    -4
      debian/changelog
  3. +1
    -1
      debian/postinst

+ 0
- 3
build-packages.sh View File

@@ -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


+ 0
- 4
debian/changelog View File

@@ -1,5 +0,0 @@
log2ram (1.4.2) any; urgency=low
* fix on rsync
* Repository is here \o/


+ 1
- 1
debian/postinst View File

@@ -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…
Cancel
Save