diff options
Diffstat (limited to 'user/libutempter/APKBUILD')
-rw-r--r-- | user/libutempter/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/user/libutempter/APKBUILD b/user/libutempter/APKBUILD index 3e8a0601e..847c0be49 100644 --- a/user/libutempter/APKBUILD +++ b/user/libutempter/APKBUILD @@ -16,12 +16,10 @@ source="ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2 " build() { - cd "$builddir" make LDLIBS="-lutmps -lskarnet" } package() { - cd "$builddir" make DESTDIR="$pkgdir" install # we need to be setuid, not setgid chmod 4711 "$pkgdir"/usr/lib/utempter/utempter |