summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-25 00:33:43 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-25 00:33:43 (EDT)
commit58668caaa3677ac711d6657efe2f85c912898d7b (patch)
tree799ce5815f655e0f347bea11932ce943efed477d
parent1c29eba32c2aa128ca5cf89739dbd20fde45a0f0 (diff)
build: Don't install the new shell startup files
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
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