summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spampd/PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/spampd/PKGBUILD b/spampd/PKGBUILD
index 26b2b62..47b890e 100644
--- a/spampd/PKGBUILD
+++ b/spampd/PKGBUILD
@@ -20,7 +20,6 @@ build() {
install -Dm755 "$srcdir/rc-script" "$pkgdir/etc/rc.d/spampd"
install -Dm644 "$srcdir/rc-config" "$pkgdir/etc/conf.d/spampd"
install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
- install -m644 changelog.txt "$startdir/ChangeLog"
}
# vim:set ts=2 sw=2 et: