diff options
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-ac')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-ac | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ac b/graphics/gimp-app-devel/files/patch-ac index 6ee30980df23..ac953a93187e 100644 --- a/graphics/gimp-app-devel/files/patch-ac +++ b/graphics/gimp-app-devel/files/patch-ac @@ -15,6 +15,7 @@ echo "configure:564: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then + --- ./gtk+/configure~ Fri Mar 28 10:58:42 1997 +++ ./gtk+/configure Tue Apr 8 08:05:57 1997 @@ -568,6 +568,7 @@ @@ -25,17 +26,18 @@ echo "configure:572: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then ---- configure.orig Fri Apr 18 03:57:14 1997 -+++ configure Fri Apr 18 08:44:36 1997 -@@ -567,6 +567,7 @@ + +--- configure.orig Sun Apr 27 00:27:09 1997 ++++ configure Mon Apr 28 21:23:51 1997 +@@ -571,6 +571,7 @@ # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 - echo "configure:570: checking for a BSD compatible install" >&5 + echo "configure:574: checking for a BSD compatible install" >&5 +INSTALL="/usr/bin/install -c" if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 -@@ -616,7 +617,7 @@ +@@ -620,7 +621,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' @@ -44,12 +46,12 @@ PACKAGE=gimp -@@ -2172,7 +2173,7 @@ - +@@ -2196,7 +2197,7 @@ + fi gimpdatadir=$datadir/$PACKAGE/$VERSION -gimpplugindir=$libdir/$PACKAGE/$VERSION +gimpplugindir=$libexecdir/$PACKAGE/$VERSION - - + scriptdata=`ls -1 plug-ins/script-fu/scripts | grep -v Makefile` + scriptdata=`echo $scriptdata` |