gftp: Add a mkinstalldir patch as seen in findutils and such
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 16 Mar 2010 06:09:32 +0000 (14:09 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 16 Mar 2010 06:14:07 +0000 (14:14 +0800)
recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch [new file with mode: 0644]
recipes/gftp/gftp_2.0.18.bb

diff --git a/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch b/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch
new file mode 100644 (file)
index 0000000..e2781bd
--- /dev/null
@@ -0,0 +1,14 @@
+Index: gftp-2.0.18/po/Makefile.in.in
+===================================================================
+--- gftp-2.0.18.orig/po/Makefile.in.in 2010-03-16 14:07:50.311553658 +0800
++++ gftp-2.0.18/po/Makefile.in.in      2010-03-16 14:08:08.977119831 +0800
+@@ -28,8 +28,7 @@
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
index 104e7bf..fa73486 100644 (file)
@@ -6,14 +6,15 @@ DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
 HOMEPAGE="http://www.gftp.org/"
 SECTION = "x11/network"
 LICENSE="GPL"
-PR = "r3"
+PR = "r4"
 
 SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
         file://configure.patch;patch=1 \
         file://gftp-2.0.18-188252.patch;patch=1 \
         file://gftp-2.0.18-ipv6.patch;patch=1;pnum=2 \
         file://gftp-2.0.18-ssh2-read.patch;patch=1 \
-        file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 "
+        file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 \
+        file://gftp-2.0.18-mkinstalldir.patch;patch=1 "
 
 DEPENDS="gtk+ openssl"