From ac02af34e6938758c236ee87e99a65e9d7318c43 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 3 Jun 2025 14:25:08 +0000 Subject: Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI] --- repos/extra/bash/abuild | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 repos/extra/bash/abuild (limited to 'repos/extra/bash/abuild') diff --git a/repos/extra/bash/abuild b/repos/extra/bash/abuild deleted file mode 100644 index e5a02b94..00000000 --- a/repos/extra/bash/abuild +++ /dev/null @@ -1,14 +0,0 @@ -name=bash -version=5.2.37 -release=1 -source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz - bashrc" -build_opt="--without-bash-malloc --with-installed-readline" - -postbuild() { - mkdir -p $PKG/bin - mv $PKG/usr/bin/bash $PKG/bin - - install -d $PKG/etc - install -m644 $SRC/bashrc $PKG/etc -} -- cgit v1.2.3