From 63320e403b8260e71a39cfba34ac95fa71175207 Mon Sep 17 00:00:00 2001 From: chak Date: Mon, 16 Apr 2001 01:30:16 +0000 Subject: [PATCH] [project @ 2001-04-16 01:30:16 by chak] $(bindir) has to be in place before creating symbolic links (otherwise, rpms cannot be built with the BUILD_ROOT feature). --- mk/target.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/target.mk b/mk/target.mk index 64cf1c9..59223f6 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -701,6 +701,7 @@ $(LINK) : $(LINK_TARGET) # install links to script drivers. # install :: + @$(INSTALL_DIR) $(bindir) @if ( $(PERL) -e '$$fn="$(bindir)/$(LINK)"; exit ((! -f $$fn || -l $$fn) ? 0 : 1);' ); then \ echo "Creating a symbol link from $(LINK_TARGET) to $(LINK) in $(bindir)"; \ $(RM) $(bindir)/$(LINK); \ -- 1.7.10.4