index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
e2fsprogs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2007-03-24 15:57:16 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2007-03-24 15:57:16 +0000
commit
cfb33b88bc95e1d1d6a78555e24bfc3f0146411b
(
patch
)
tree
c3f2b9e530be3ab553d3f586e8c4796863fe2562
/
package/e2fsprogs
parent
9157412f5f80b94aa4c172b095eec4c4ca85c497
(
diff
)
fix a compile error
SVN-Revision: 6670
Diffstat
(limited to 'package/e2fsprogs')
-rw-r--r--
package/e2fsprogs/Makefile
1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 6dbae74c07..b2c1ba3063 100644
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@ -90,6 +90,7 @@ define Package/e2fsprogs/install
endef
define Package/libuuid/install
+ $(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libuuid.so.* $(1)/usr/lib/
endef