Correct Reference to IPKG_INSTROOT
authorGreg Dietsche <redacted>
Sun, 28 Feb 2021 19:40:22 +0000 (13:40 -0600)
committerGregory L. Dietsche <redacted>
Mon, 1 Mar 2021 03:50:01 +0000 (21:50 -0600)
IPKG_INSTROOT was misspelled.

Signed-off-by: Gregory L. Dietsche <redacted>
net/family-dns/Makefile

index e7cd4d1c33b599d421956364215adbec1fc60a6c..54728656e0e644381831b34cf927bedcc47c7e1e 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT