From 58668caaa3677ac711d6657efe2f85c912898d7b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 25 Jun 2019 00:33:43 -0400 Subject: build: Don't install the new shell startup files --- diff --git a/build b/build index aa0db65..884a4bc 100755 --- a/build +++ b/build @@ -19,6 +19,8 @@ install: build # Remove symbolic and hard links in /usr/bin. rm -f dest/usr/bin/awk rm -f dest/usr/bin/gawk-* + # Remove shell startup files added in 4.2.0. + rm -f dest/etc/profile.d/gawk.* # Remove GNU Info index. rm -f dest/usr/share/info/dir oh-fixperms -- cgit v0.9.1