commit b7b548e

chld  ·  2026-09-07 14:41:14 +0000 UTC
parent fe082f4
srudge: make symlinks
1 files changed,  +4, -0
+4, -0
 1@@ -6,5 +6,9 @@ SOURCE="https://srcdump.net/chld/${NAME}.git"
 2 build(){
 3     PREFIX="$PREFIX" DESTDIR="$PKG" BINDIR="/bin" SBINDIR="/sbin" sh install.sh
 4 }
 5+post_install(){
 6+    ln -sf /bin/reboot /bin/poweroff
 7+    ln -sf /bin/reboot /bin/halt
 8+}
 9 
10 . ${0%/*}/../../libsh/libdmake.sh