commit 2f28089

chld  ·  2026-08-28 02:39:45 +0000 UTC
parent 5a490c4
conty: install...
1 files changed,  +4, -1
+4, -1
 1@@ -6,7 +6,10 @@ SOURCE="https://github.com/Kron4ek/${NAME}/releases/download/${VERSION}/conty.sh
 2 
 3 build(){
 4     mkdir -p $DESTDIR/$PREFIX/bin
 5-    cp ./conty.sh $DESTDIR/$PREFIX/bin/conty
 6+    
 7+    # this is probably not reccomended but ill do it until further notice
 8+    cp /var/cache/dtr/distfiles/conty.sh.tar.gz $DESTDIR/$PREFIX/bin/conty
 9+    chmod 755 $DESTDIR/$PREFIX/bin/conty
10 }
11 
12 . ${0%/*}/../../libsh/libdmake.sh