diff options
Diffstat (limited to 'personal-enabler')
-rw-r--r-- | personal-enabler/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/personal-enabler/Makefile b/personal-enabler/Makefile index 9a6b588..a39d02b 100644 --- a/personal-enabler/Makefile +++ b/personal-enabler/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=personal-enabler PKG_VERSION:=1.0.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -23,8 +23,8 @@ define Package/personal-enabler-$(1) endef define Package/personal-enabler-$(1)/install - $(INSTALL_DIR) $(1)/etc/uci-defaults - $(INSTALL_BIN) ./files/$(1).sh $(1)/etc/uci-defaults/60-$(1) + $$(INSTALL_DIR) $$(1)/etc/uci-defaults + $$(INSTALL_BIN) ./files/$(1).sh $$(1)/etc/uci-defaults/60-$(1) endef $$(eval $$(call BuildPackage,personal-enabler-$(1))) |