summaryrefslogtreecommitdiff
path: root/user/libutempter
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-27 06:50:34 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-27 06:50:34 -0600
commitc7c0916fad338d4743257d0f05e357e9c0f1f670 (patch)
tree5a4b8d5ba4cd7a6b6a36aa22aa58bec657dae485 /user/libutempter
parent092ad87bd24b84b2539294bb00d7dde7c9d2ce23 (diff)
downloadpackages-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/APKBUILD2
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