commit 89b6210
chld
·
2026-08-30 16:06:58 +0000 UTC
parent 29c18bc
bash: revive without gnu malloc
2 files changed,
+5,
-3
+3,
-3
1@@ -5,11 +5,11 @@ RELEASE=1
2 SOURCE="https://github.com/Kron4ek/${NAME}/releases/download/${VERSION}/conty.sh"
3
4 build(){
5- mkdir -p $DESTDIR/$PREFIX/bin
6+ mkdir -p $PKG/$PREFIX/bin
7
8 # this is probably not reccomended but ill do it until further notice
9- cp /var/cache/dtr/distfiles/conty.sh.tar.gz $DESTDIR/$PREFIX/bin/conty
10- chmod 755 $DESTDIR/$PREFIX/bin/conty
11+ cp /var/cache/dtr/distfiles/conty.sh.tar.gz $PKG/$PREFIX/bin/conty
12+ chmod 755 $PKG/$PREFIX/bin/conty
13 }
14
15 . ${0%/*}/../../libsh/libdmake.sh
+2,
-0
1@@ -5,7 +5,9 @@ RELEASE=1
2 SOURCE="https://ftp.gnu.org/pub/gnu/${NAME}/${NAME}-${VERSION}.tar.gz"
3 BUILD_STYLE=configure
4 BUILD_OPT=" --prefix=/
5+ --enable-static-link
6 --bindir=/bin
7+ --without-gnu-malloc
8 --sbindir=/bin
9 --libdir=/lib
10 --includedir=/include