diff options
author | Patrick 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) |
commit | 58668caaa3677ac711d6657efe2f85c912898d7b (patch) | |
tree | 799ce5815f655e0f347bea11932ce943efed477d /build | |
parent | 1c29eba32c2aa128ca5cf89739dbd20fde45a0f0 (diff) |
build: Don't install the new shell startup files
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |