]> Pileus Git - ~andy/sunrise/blobdiff - dev-lang/xharbour/files/xharbour-mkinstdir.patch
dev-lang/xharbour: New ebuild for bug 123975. Thanks to Clemens Dudek <cdudek@netway...
[~andy/sunrise] / 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 (file)
index 0000000..ca9c50a
--- /dev/null
@@ -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 \