projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6454a87
)
Fix mount utilites installation (#3464)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 24 May 2008 13:37:36 +0000
(13:37 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 24 May 2008 13:37:36 +0000
(13:37 +0000)
SVN-Revision: 11255
package/util-linux-ng/Makefile
patch
|
blob
|
history
diff --git
a/package/util-linux-ng/Makefile
b/package/util-linux-ng/Makefile
index f6593f73550c738140710c5a44a88ec1a2221ee2..96fefd3e8a4b41eeeb14b40c88abb28828fcfaac 100644
(file)
--- a/
package/util-linux-ng/Makefile
+++ b/
package/util-linux-ng/Makefile
@@
-111,7
+111,7
@@
endef
define Package/mount-utils/install
$(INSTALL_DIR) $(1)/sbin/
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/bin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount/{u,}mount $(1)/
s
bin
endef
define Package/swap-utils/install