From fe7f548c5d1df34a4f8f787ad8357cf80e298a3f Mon Sep 17 00:00:00 2001 From: "Phil Krylov (philkrylov)" Date: Sun, 8 Mar 2009 22:04:32 +0000 Subject: dev-lang/xharbour: New ebuild for bug 123975. Thanks to Clemens Dudek and Bel Zébute . MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/sunrise/; revision=8026 --- dev-lang/xharbour/files/xharbour-mkinstdir.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-lang/xharbour/files/xharbour-mkinstdir.patch (limited to 'dev-lang/xharbour/files/xharbour-mkinstdir.patch') diff --git a/dev-lang/xharbour/files/xharbour-mkinstdir.patch b/dev-lang/xharbour/files/xharbour-mkinstdir.patch new file mode 100644 index 000000000..ca9c50a85 --- /dev/null +++ b/dev-lang/xharbour/files/xharbour-mkinstdir.patch @@ -0,0 +1,12 @@ +--- xharbour-1.0.0-beta1/config/linux/install.cf.orig 2003-12-13 20:55:11.000000000 +0300 ++++ xharbour-1.0.0-beta1/config/linux/install.cf 2009-03-04 17:48:05.000000000 +0300 +@@ -3,7 +3,8 @@ + # + + INSTALL_RULE =\ +- @if [ ! -d $(INSTALL_DIR) ]; \ ++ @$(MDP) $(INSTALL_DIR); \ ++ if [ ! -d $(INSTALL_DIR) ]; \ + then \ + echo "! Can't install, path not found:" $(INSTALL_DIR); \ + else \ -- cgit v1.2.3-65-gdbad