diff options
author | Michael Mason <ms13sp@gmail.com> | 2009-03-10 19:14:33 +0000 |
---|---|---|
committer | Michael Mason <ms13sp@gmail.com> | 2009-03-10 19:14:33 +0000 |
commit | af501c435be20a086fb7e2eca80c9825e312d3cf (patch) | |
tree | f02815034886bf12df6a2706a471596525ada832 | |
parent | a866dbaa052019b702a40c8f7e1a55ea771a4244 (diff) | |
download | aports-af501c435be20a086fb7e2eca80c9825e312d3cf.tar.bz2 aports-af501c435be20a086fb7e2eca80c9825e312d3cf.tar.xz |
testing/hypermail Removed the mail cgi-bin (not used anymore) and also the web docs
-rw-r--r-- | testing/hypermail/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/hypermail/APKBUILD b/testing/hypermail/APKBUILD index ea4b9b24d..06ddf011c 100644 --- a/testing/hypermail/APKBUILD +++ b/testing/hypermail/APKBUILD @@ -27,11 +27,7 @@ build() { install -m755 -D archive/rdmsg "$pkgdir"/usr/bin/rdmsg install -m755 -D archive/msg2archive "$pkgdir"/usr/bin/msgarchive install -m755 -D src/hypermail "$pkgdir"/usr/bin/hypermail - install -m755 -D src/mail "$pkgdir"/var/www/cgi-bin/mail - mkdir -p $pkgdir/var/www/htdocs/hypermail/ - cp docs/*.html $pkgdir/var/www/htdocs/hypermail/ - cp docs/*.png $pkgdir/var/www/htdocs/hypermail/ - + } md5sums="bacd95589f2f3ca426631461fd9237dd hypermail-2.1.8.tar.gz" |