Add a help target in case people want to read the README ;)
[openwrt.git] / package / libpcap / Makefile
index 93a090d..c33c034 100644 (file)
@@ -89,7 +89,7 @@ define Build/UninstallDev
 endef
 
 define Package/libpcap/install
-       install -m0755 -d $(1)/usr/lib
+       $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.so.* $(1)/usr/lib/
 endef
 
This page took 0.018033 seconds and 4 git commands to generate.