Skip to content
Snippets Groups Projects
Commit fc63fa7a authored by Greg Dietsche's avatar Greg Dietsche Committed by Gregory L. Dietsche
Browse files

family-dns: Correct Reference to IPKG_INSTROOT


IPKG_INSTROOT was misspelled.

Signed-off-by: default avatarGregory L. Dietsche <gregory.dietsche@cuw.edu>
(cherry picked from commit 1569131f)
parent 5e764adf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment