commit 37e9275
chld
·
2026-08-29 15:41:57 +0000 UTC
parent 68c7e5f
binutils: remove doas from gmake install (leftover from unpackaged build)
1 files changed,
+1,
-1
+1,
-1
1@@ -28,7 +28,7 @@ build(){
2
3 gmake LDFLAGS='-static' V=1 configure-host
4 gmake LDFLAGS='-static -all-static' V=1
5- doas gmake LDFLAGS='-static -all-static' PREFIX="$PREFIX" DESTDIR="$PKG" V=1 install
6+ gmake LDFLAGS='-static -all-static' PREFIX="$PREFIX" DESTDIR="$PKG" V=1 install
7 }
8
9 . ${0%/*}/../../libsh/libdmake.sh