projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9157412
)
fix a compile error
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 15:57:16 +0000
(15:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 24 Mar 2007 15:57:16 +0000
(15:57 +0000)
SVN-Revision: 6670
package/e2fsprogs/Makefile
patch
|
blob
|
history
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index 6dbae74c075d621ab92571a462653638749ac195..b2c1ba3063c18090ce32e17f3d4384bddc7f85ed 100644
(file)
--- 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