diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-05-15 15:49:17 +0000 |
commit | 6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch) | |
tree | fb8d61358190cc429db453d54fb9920ccfde716f /x11/kde4-runtime/files/patch-startkde | |
parent | ea16706c62b542adc8f3b887256bf215bf914db6 (diff) |
Diffstat (limited to 'x11/kde4-runtime/files/patch-startkde')
-rw-r--r-- | x11/kde4-runtime/files/patch-startkde | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/kde4-runtime/files/patch-startkde b/x11/kde4-runtime/files/patch-startkde deleted file mode 100644 index 07c59a384354..000000000000 --- a/x11/kde4-runtime/files/patch-startkde +++ /dev/null @@ -1,12 +0,0 @@ ---- patch-startkde begins here --- ---- startkde.orig Sun Oct 26 11:45:35 2003 -+++ startkde Thu Apr 8 12:20:47 2004 -@@ -59,7 +59,7 @@ - do_usr_odir=1 - if test -r "$kde_fontpaths" ; then - savifs=$IFS -- IFS=$'\n' -+ IFS=${IFS#??} - for fpath in `grep -v '^[ ]*#' < "$kde_fontpaths"` ; do - rfpath=`echo $fpath | sed s:\~:$HOME:g` - if test -s "$rfpath"/fonts.dir; then |