diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 07:49:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-31 07:49:37 +0000 |
commit | 300cd85bed33d85f2d99b92d6196558cd9d09676 (patch) | |
tree | e5315e552f97e3eafd69b68bb7e6ce96dad81943 /main/lighttpd/lighttpd.post-install | |
parent | 8329a6ce25520928732ed9593e6ab1981d5f73ac (diff) | |
download | aports-300cd85bed33d85f2d99b92d6196558cd9d09676.tar.bz2 aports-300cd85bed33d85f2d99b92d6196558cd9d09676.tar.xz |
main/lighttpd: rebuild against sqlite-libs and misc fixes
- build fix for automake-1.12
- remove post-install and set owner from APKBUILD
Diffstat (limited to 'main/lighttpd/lighttpd.post-install')
-rw-r--r-- | main/lighttpd/lighttpd.post-install | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/lighttpd/lighttpd.post-install b/main/lighttpd/lighttpd.post-install deleted file mode 100644 index 5b116a6375..0000000000 --- a/main/lighttpd/lighttpd.post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -chown lighttpd:lighttpd /var/*/lighttpd -exit 0 |