projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a95bbb
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11255
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/util-linux-ng/Makefile
patch
|
blob
|
history
diff --git
a/package/util-linux-ng/Makefile
b/package/util-linux-ng/Makefile
index
f6593f7
..
96fefd3
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