aboutsummaryrefslogtreecommitdiff
path: root/net/family-dns/Makefile
diff options
context:
space:
mode:
authorGreg Dietsche <gregory.dietsche@cuw.edu>2021-02-28 13:40:22 -0600
committerGregory L. Dietsche <gregory.dietsche@cuw.edu>2021-02-28 21:50:01 -0600
commit1569131f952915eb12b91268bdf11df3a005fe75 (patch)
treeb10c4d4bdeff2b75816f9fe682eaf0b07663513f /net/family-dns/Makefile
parent7b89bbe3ff501a5da4901e32d4472ac5473a000c (diff)
Correct Reference to IPKG_INSTROOT
IPKG_INSTROOT was misspelled. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
Diffstat (limited to 'net/family-dns/Makefile')
-rw-r--r--net/family-dns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/family-dns/Makefile b/net/family-dns/Makefile
index e7cd4d1c3..54728656e 100644
--- a/net/family-dns/Makefile
+++ b/net/family-dns/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=family-dns
PKG_VERSION:=1.0.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=MIT
PKG_MAINTAINER:=Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
@@ -47,7 +47,7 @@ endef
define Package/family-dns/prerm
#!/bin/sh
-if [ -z "$${IPGK_INSTROOT}" ]; then
+if [ -z "$${IPKG_INSTROOT}" ]; then
/usr/sbin/family-dns-update uninstall
fi
exit 0