typos
SVN-Revision: 3753
This commit is contained in:
parent
07425d3300
commit
80e0fabe44
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,6 @@ endef
|
|||
define Package/ebtables/install
|
||||
install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables
|
||||
ended
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,ebtables))
|
||||
|
|
|
@ -66,3 +66,5 @@ uninstall-dev:
|
|||
rm -rf $(STAGING_DIR)/usr/include/zconf.h
|
||||
rm -rf $(STAGING_DIR)/usr/include/zlib.h
|
||||
rm -rf $(STAGING_DIR)/usr/lib/libz.*
|
||||
|
||||
$(eval $(call BuildPackage,zlib))
|
||||
|
|
Loading…
Reference in a new issue