diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/bash/abuild | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/bash/abuild')
| -rw-r--r-- | repos/extra/bash/abuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/repos/extra/bash/abuild b/repos/extra/bash/abuild deleted file mode 100644 index 047a2b58..00000000 --- a/repos/extra/bash/abuild +++ /dev/null @@ -1,20 +0,0 @@ -name=bash -version=5.3p9 -release=1 -source="https://ftpmirror.gnu.org/gnu/${name}/${name}-${version%p*}.tar.gz - $(b=${version%p*}; p=${version#*p}; i=1; while [ $i -le $p ]; do - printf "https://ftpmirror.gnu.org/gnu/%s/%s-%s-patches/%s%s-%03d\n" \ - "$name" "$name" "$b" "$name" "${b/./}" "$i" - i=$((i+1)) - done) - bashrc" -build_opt="--without-bash-malloc --with-installed-readline" -patch_opt="-Np0" - -postbuild() { - mkdir -p $PKG/bin - mv $PKG/usr/bin/bash $PKG/bin - - install -d $PKG/etc - install -m644 $SRC/bashrc $PKG/etc -} |