diff options
Diffstat (limited to 'misc/kdeutils/patches/patch-ab')
-rw-r--r-- | misc/kdeutils/patches/patch-ab | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/misc/kdeutils/patches/patch-ab b/misc/kdeutils/patches/patch-ab deleted file mode 100644 index 5806f89ca7d..00000000000 --- a/misc/kdeutils/patches/patch-ab +++ /dev/null @@ -1,83 +0,0 @@ ---- karm/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ karm/Makefile.in Thu Dec 18 17:30:49 1997 -@@ -1,5 +1,7 @@ - # This file was autogenerated by kmake 0.2. - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ -@@ -16,7 +18,7 @@ - install = @INSTALL@ - INSTALL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kcalc/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kcalc/Makefile.in Thu Dec 18 17:31:50 1997 -@@ -2,6 +2,8 @@ - # Makefile for kcalc - # - -+SHELL=/bin/sh -+ - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ - qt_libraries = @qt_libraries@ -@@ -36,7 +38,7 @@ - - INSTALL = @INSTALL@ -m 0755 - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - - prefix = @prefix@ - BINDIR = $(prefix)/bin ---- kjots/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kjots/Makefile.in Thu Dec 18 17:32:42 1997 -@@ -1,3 +1,4 @@ -+SHELL=/bin/sh - - # this variables are needed for rpath support - kde_libraries = @kde_libraries@ -@@ -17,7 +18,7 @@ - INSTALL = $(install) -m 0755 - INSTALL_SHELL = $(install) -m 0755 - INSTALL_DATA = $(install) -m 0644 --INSTALL_DIR = $(install) -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DIR_PRIVATE = $(install) -d -m 0700 - - prefix = @prefix@ ---- kedit/docs/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kedit/docs/Makefile.in Thu Dec 18 17:33:40 1997 -@@ -1,9 +1,11 @@ -+SHELL=/bin/sh -+ - prefix = @prefix@ - - FILES = index.html index-1.html index-2.html index-3.html index-4.html index-5.html - - DOCDIR = $(prefix)/share/doc/HTML/en/kedit --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - INSTALL_DATA = @INSTALL@ -m 644 - - all: ---- kjots/icons/Makefile.in.orig Thu Dec 18 17:29:26 1997 -+++ kjots/icons/Makefile.in Thu Dec 18 17:33:59 1997 -@@ -1,7 +1,9 @@ -+SHELL=/bin/sh -+ - prefix = @prefix@ - - INSTALL_DATA = @INSTALL@ -m 0644 --INSTALL_DIR = @INSTALL@ -d -m 0755 -+INSTALL_DIR = $(SHELL) @top_srcdir@/mkinstalldirs - PICS = OpenBook.xpm filedel.xpm - ICONDIR= $(prefix)/share/icons - DESTDIR = $(prefix)/share/apps/kjots/toolbar |