commit 16cca06

chld  ·  2026-08-29 04:58:15 +0000 UTC
parent 676033d
dfm: add prefix
1 files changed,  +2, -2
+2, -2
 1@@ -2,9 +2,9 @@
 2 NAME=dfm
 3 VERSION=git
 4 RELEASE=1
 5-SOURCE="https://github.com/dylanaraps/dfm"
 6+SOURCE="https://github.com/dylanaraps/${NAME}"
 7 build(){
 8-    CFLAGS="$CFLAGS -static" LDFLAGS="$CFLAGS -static" ./configure || die "configure failed"
 9+    CFLAGS="$CFLAGS -static" PREFIX="$PREFIX" LDFLAGS="$CFLAGS -static" ./configure || die "configure failed"
10 
11     # though using some type of configure, this only builds with bmake.
12     # love u dylan araps