diff options
| author | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-03-12 04:01:18 +0100 |
|---|---|---|
| committer | emmett1 <emmett1.2iligrams@protonmail.com> | 2025-03-12 04:01:18 +0100 |
| commit | ddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch) | |
| tree | 12796519575126d60e06d02e9eab68856229cf58 /repos/extra/bash/abuild | |
| parent | b5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff) | |
| download | alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip | |
clang repos updated
Diffstat (limited to 'repos/extra/bash/abuild')
| -rwxr-xr-x | repos/extra/bash/abuild | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/repos/extra/bash/abuild b/repos/extra/bash/abuild deleted file mode 100755 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 -} |