mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Successfully bootstrapped with the GNU userspace
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_HASH="51bcb82d577b141d896d9d9c3077d7aaa209490132e9f2b9573ba8511b3835be"
|
||||
SRC_NAME="mawk"
|
||||
SRC_REVISION=1
|
||||
SRC_URL="https://invisible-island.net/archives/mawk/mawk-1.3.4-20250131.tgz"
|
||||
SRC_VERSION="1.3.4-20250131"
|
||||
|
||||
@@ -14,4 +15,5 @@ build() {
|
||||
package() {
|
||||
cd mawk-$SRC_VERSION/
|
||||
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
ln -s mawk $TT_INSTALLDIR/bin/awk
|
||||
}
|
||||
Reference in New Issue
Block a user