commit 97c9699

chld  ·  2026-08-30 19:23:54 +0000 UTC
parent b409e6f
fix destdir
2 files changed,  +6, -1
+1, -1
1@@ -11,7 +11,7 @@ build(){
2     set +x
3 
4     make PREFIX=/
5-    make PREFIX=/ DESTDIR="$DESTDIR" install
6+    make PREFIX=/ DESTDIR="$PKG" install
7 }
8 
9 . ${0%/*}/../../libsh/libdmake.sh
+5, -0
 1@@ -5,4 +5,9 @@ RELEASE=1
 2 SOURCE="https://git.sr.ht/~pfr/swiv
 3 	fix-makefile.patch"
 4 
 5+build(){
 6+    make PREFIX=$PREFIX
 7+    make PREFIX=$PREFIX DESTDIR="$PKG" install
 8+}
 9+
10 . ${0%/*}/../../libsh/libdmake.sh