Fix executable bit on igmpproxy

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5968 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-01-02 09:51:04 +00:00
parent 9e403222c9
commit bbd58e19d2

View File

@ -45,7 +45,7 @@ define Package/igmpproxy/install
$(INSTALL_DIR) $(1)/etc $(INSTALL_DIR) $(1)/etc
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy.conf $(1)/etc $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy.conf $(1)/etc
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc
$(INSTALL_DATA) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy $(1)/usr/sbin/
endef endef
$(eval $(call BuildPackage,igmpproxy)) $(eval $(call BuildPackage,igmpproxy))