Browse Source

zram-swap: Install init script with 0755 mode

SVN-Revision: 35033
Vasilis Tsiligiannis 13 years ago
parent
commit
c86485210b
2 changed files with 3 additions and 3 deletions
  1. 3 3
      package/zram-swap/Makefile
  2. 0 0
      package/zram-swap/files/zram.init

+ 3 - 3
package/zram-swap/Makefile

@@ -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))

+ 0 - 0
package/zram-swap/files/etc/init.d/zram → package/zram-swap/files/zram.init