From e20ee3cfc2197f2d5a05a11060ea1ea1447ed8b6 Mon Sep 17 00:00:00 2001 From: Azlux Date: Wed, 5 Feb 2020 13:45:10 +0100 Subject: [PATCH] fix typo --- build-packages.sh | 3 --- debian/changelog | 5 ----- debian/postinst | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 debian/changelog diff --git a/build-packages.sh b/build-packages.sh index f3a263f..5aab9d2 100755 --- a/build-packages.sh +++ b/build-packages.sh @@ -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 - diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index f93393e..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -log2ram (1.4.2) any; urgency=low -* fix on rsync -* Repository is here \o/ - --- Azlux Fri, 20 Dec 2019 15:57:36 +0100 diff --git a/debian/postinst b/debian/postinst index e7153ad..91c9dd7 100755 --- a/debian/postinst +++ b/debian/postinst @@ -3,4 +3,4 @@ set -euo pipefail systemctl enable log2ram echo "##### Reboot to activate log2ram #####" -echo "##### edit /etc/log2ram.conf to configure options ####" \ No newline at end of file +echo "##### edit /etc/log2ram.conf to configure options ####"