From 09212955cbfd464e80f7ac2ebe87817bcdb37c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 12 Dec 2020 14:05:01 +0100 Subject: personal-enabler: fix definition --- personal-enabler/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'personal-enabler/Makefile') 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čí 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))) -- cgit v1.2.3