diff options
Diffstat (limited to 'sys-libs/ncurses/files/ncurses-5.3-share-sed.patch')
-rw-r--r-- | sys-libs/ncurses/files/ncurses-5.3-share-sed.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-libs/ncurses/files/ncurses-5.3-share-sed.patch b/sys-libs/ncurses/files/ncurses-5.3-share-sed.patch deleted file mode 100644 index f069ac6c895e..000000000000 --- a/sys-libs/ncurses/files/ncurses-5.3-share-sed.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -urN ncurses-5.3/misc/run_tic.in ncurses-5.3.share/misc/run_tic.in ---- ncurses-5.3/misc/run_tic.in 2001-10-14 08:44:33.000000000 +0800 -+++ ncurses-5.3.share/misc/run_tic.in 2004-02-21 15:46:09.000000000 +0800 -@@ -81,7 +81,8 @@ - umask 022 - - # Construct the name of the old (obsolete) pathname, e.g., /usr/lib/terminfo. --TICDIR=`echo $TERMINFO | sed -e 's@/share/@/lib/@'` -+# make sure only last share directory in the $TERMINFO path is changed to lib -+TICDIR=`echo $TERMINFO | sed -e 's@/share/terminfo$@/lib/terminfo@'` - - # Remove the old terminfo stuff; we don't care if it existed before, and it - # would generate a lot of confusing error messages if we tried to overwrite it. |