Skip to content
Snippets Groups Projects
Commit 80e0fabe authored by Mike Baker's avatar Mike Baker
Browse files

typos

SVN-Revision: 3753
parent 07425d33
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,6 @@ endef ...@@ -26,6 +26,6 @@ endef
define Package/ebtables/install define Package/ebtables/install
install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables
ended endef
$(eval $(call BuildPackage,ebtables)) $(eval $(call BuildPackage,ebtables))
...@@ -66,3 +66,5 @@ uninstall-dev: ...@@ -66,3 +66,5 @@ uninstall-dev:
rm -rf $(STAGING_DIR)/usr/include/zconf.h rm -rf $(STAGING_DIR)/usr/include/zconf.h
rm -rf $(STAGING_DIR)/usr/include/zlib.h rm -rf $(STAGING_DIR)/usr/include/zlib.h
rm -rf $(STAGING_DIR)/usr/lib/libz.* rm -rf $(STAGING_DIR)/usr/lib/libz.*
$(eval $(call BuildPackage,zlib))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment