summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-17 14:20:12 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-17 14:22:03 +0200
commit8480d1238f42829ae3cec9d9527deb89be1ea828 (patch)
tree327b332b80055a64e26ac3089c44846b2fbb8eb7
parentbc37d1d438adac749de5894285f75d767ac79b0d (diff)
downloadacl-8480d1238f42829ae3cec9d9527deb89be1ea828.tar.gz
Fix the path to include/install-sh
-rw-r--r--include/buildmacros2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/buildmacros b/include/buildmacros
index b4fe0d0..ab89182 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -40,7 +40,7 @@ OBJECTS = $(ASFILES:.s=.o) \
$(LFILES:.l=.o) \
$(YFILES:%.y=%.tab.o)
-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
+INSTALL = $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
SHELL = /bin/sh
IMAGES_DIR = $(TOPDIR)/all-images