zram-swap: Install init script with 0755 mode

SVN-Revision: 35033
master
Vasilis Tsiligiannis 12 years ago
parent cedbe66e9a
commit c86485210b
  1. 6
      package/zram-swap/Makefile
  2. 0
      package/zram-swap/files/zram.init

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=zram-swap
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@ -39,8 +39,8 @@ define Build/Compile
endef
define Package/zram-swap/install
$(INSTALL_DIR) $(1)
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/zram.init $(1)/etc/init.d/zram
endef
$(eval $(call BuildPackage,zram-swap))

Loading…
Cancel
Save