diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-27 06:50:34 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-27 06:50:34 -0600 |
commit | c7c0916fad338d4743257d0f05e357e9c0f1f670 (patch) | |
tree | 5a4b8d5ba4cd7a6b6a36aa22aa58bec657dae485 /user/libutempter | |
parent | 092ad87bd24b84b2539294bb00d7dde7c9d2ce23 (diff) | |
download | packages-c7c0916fad338d4743257d0f05e357e9c0f1f670.tar.gz packages-c7c0916fad338d4743257d0f05e357e9c0f1f670.tar.bz2 packages-c7c0916fad338d4743257d0f05e357e9c0f1f670.tar.xz packages-c7c0916fad338d4743257d0f05e357e9c0f1f670.zip |
user/various libraries: modernise / fix syntax
Diffstat (limited to 'user/libutempter')
-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 |