diff options
Diffstat (limited to 'user/lighttpd/APKBUILD')
-rw-r--r-- | user/lighttpd/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/user/lighttpd/APKBUILD b/user/lighttpd/APKBUILD index 6a6420b06..5f768bbdd 100644 --- a/user/lighttpd/APKBUILD +++ b/user/lighttpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=lighttpd pkgver=1.4.54 -pkgrel=1 +pkgrel=2 pkgdesc="A secure, fast, compliant and very flexible web-server" url="http://www.lighttpd.net/" arch="all" @@ -26,8 +26,6 @@ source="http://download.lighttpd.net/lighttpd/releases-1.4.x/$pkgname-$pkgver.ta " build() { - cd "$builddir" - ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -49,13 +47,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install # create dirs |