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:
parent
9e403222c9
commit
bbd58e19d2
@ -45,7 +45,7 @@ define Package/igmpproxy/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/igmpproxy.conf $(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
|
||||
|
||||
$(eval $(call BuildPackage,igmpproxy))
|
||||
|
Loading…
x
Reference in New Issue
Block a user