summaryrefslogtreecommitdiffstats
path: root/package/e2fsprogs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-24 15:57:16 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-24 15:57:16 +0000
commita5e1c6b8a3fd9dee8efe7cadbba75697d5c087af (patch)
treea5323fa093e229d27c2547287fa693e03160bc1c /package/e2fsprogs
parente82e7881b6b9a0ff95c0b8fb4f067f8ec925c058 (diff)
fix a compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6670 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs')
-rw-r--r--package/e2fsprogs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 6dbae74c0..b2c1ba306 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