projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix path to lzma-loader
[openwrt.git]
/
package
/
util-linux
/
Makefile
diff --git
a/package/util-linux/Makefile
b/package/util-linux/Makefile
index
8ca8052
..
e265edb
100644
(file)
--- a/
package/util-linux/Makefile
+++ b/
package/util-linux/Makefile
@@
-70,7
+70,7
@@
define Package/Template
rm -f $(PKG_BUILD_DIR)/.built; \
$(MAKE) $(PKG_BUILD_DIR)/.built; \
fi
-
install -d -m0755
$(2)
+
$(INSTALL_DIR)
$(2)
$(CP) $(PKG_INSTALL_DIR)/$(1) $(2)/
endef
This page took
0.03823 seconds
and
4
git commands to generate.