From 7cb7b0314d83469d46ea410059c1308207d6f3ab Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 2 Aug 2021 16:33:08 +0300 Subject: m4: don't use alternatives system --- core/m4/build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'core/m4/build') diff --git a/core/m4/build b/core/m4/build index ea87d965..bbd53ee2 100755 --- a/core/m4/build +++ b/core/m4/build @@ -3,12 +3,7 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ - --prefix=/usr \ - --program-prefix=g + --prefix=/usr make make DESTDIR="$1" install - -# Setup alternatives -ln -s gm4 "$1/usr/bin/m4" -ln -s gm4.1 "$1/usr/share/man/man1/m4.1" -- cgit v1.2.3