diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-06-17 14:21:46 +0200 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-06-17 14:21:46 +0200 |
commit | 449896cd85331c1c9b4a0df0c35ee3c8ddc55217 (patch) | |
tree | bd4c49591c23a636127cd914724f43b4a2443849 | |
parent | 474c29fd852576aadf508d94f5ffa6a184b3cf7d (diff) | |
download | attr-449896cd85331c1c9b4a0df0c35ee3c8ddc55217.tar.gz |
Fix the path to include/install-sh
-rw-r--r-- | include/buildmacros | 2 |
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 |