Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123975 | Differences between
and this patch

Collapse All | Expand All

(-)xharbour-1.0.0-beta1/config/linux/install.cf.orig (-1 / +2 lines)
Lines 3-9 Link Here
3
#
3
#
4
4
5
INSTALL_RULE =\
5
INSTALL_RULE =\
6
	@if [ ! -d $(INSTALL_DIR) ]; \
6
	@$(MDP) $(INSTALL_DIR); \
7
	if [ ! -d $(INSTALL_DIR) ]; \
7
	then \
8
	then \
8
	  echo "! Can't install, path not found:" $(INSTALL_DIR); \
9
	  echo "! Can't install, path not found:" $(INSTALL_DIR); \
9
	else \
10
	else \

Return to bug 123975