summaryrefslogtreecommitdiff
path: root/net-misc/tn5250/files/tn5250-0.17.4-whoami.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/tn5250/files/tn5250-0.17.4-whoami.patch')
-rw-r--r--net-misc/tn5250/files/tn5250-0.17.4-whoami.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/tn5250/files/tn5250-0.17.4-whoami.patch b/net-misc/tn5250/files/tn5250-0.17.4-whoami.patch
deleted file mode 100644
index fbcece25af27..000000000000
--- a/net-misc/tn5250/files/tn5250-0.17.4-whoami.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/linux/Makefile.am
-+++ b/linux/Makefile.am
-@@ -18,10 +18,6 @@
- if [ "$$(uname -s)" = "Linux" ]; then \
- if which tic >/dev/null 2>&1 ; then \
- if [ "`whoami`" = "root" ]; then \
-- rm -f /usr/share/terminfo/x/xterm-5250 ; \
-- rm -f /usr/share/terminfo/5/5250 ; \
-- rm -f /usr/lib/terminfo/x/xterm-5250 ; \
-- rm -f /usr/lib/terminfo/5/5250 ; \
- good=yes ; \
- tic $(srcdir)/5250.terminfo || good=no ; \
- else \