Browse Source

fix a compile error

SVN-Revision: 6670
Felix Fietkau 18 years ago
parent
commit
cfb33b88bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/e2fsprogs/Makefile

+ 1 - 0
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