commit 5a490c4
chld
·
2026-08-28 02:27:17 +0000 UTC
parent 74a0b87
conty: license, bin name
2 files changed,
+2,
-2
+1,
-1
1@@ -1,6 +1,6 @@
2 name: conty
3 description: archlinux container
4-license:
5+license: MIT
6 upstream: https://github.com/Kron4ek/Conty/
7 version: 1.29.3
8 maintainer: chld
+1,
-1
1@@ -6,7 +6,7 @@ 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
6+ cp ./conty.sh $DESTDIR/$PREFIX/bin/conty
7 }
8
9 . ${0%/*}/../../libsh/libdmake.sh