diff options
Diffstat (limited to 'dev-lang/xharbour/files/xharbour-mkinstdir.patch')
-rw-r--r-- | dev-lang/xharbour/files/xharbour-mkinstdir.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 \ |