diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-24 21:28:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-24 21:28:27 +0200 |
commit | e2ef5fd029bfc66f5939d1c37420298d76bf91c1 (patch) | |
tree | 9fd09f84f66cd785a555b7519bc059eb5f1929a3 | |
parent | e3c21a8456cf86bf955262b71af2bfe4afd25ccc (diff) | |
download | aur-packages-e2ef5fd029bfc66f5939d1c37420298d76bf91c1.tar.gz aur-packages-e2ef5fd029bfc66f5939d1c37420298d76bf91c1.tar.xz |
remove changelog
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | spampd/PKGBUILD | 1 |
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: |