summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-17 14:21:46 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-17 14:21:46 +0200
commit449896cd85331c1c9b4a0df0c35ee3c8ddc55217 (patch)
treebd4c49591c23a636127cd914724f43b4a2443849
parent474c29fd852576aadf508d94f5ffa6a184b3cf7d (diff)
downloadattr-449896cd85331c1c9b4a0df0c35ee3c8ddc55217.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