Browse Source

Correct Reference to IPKG_INSTROOT

IPKG_INSTROOT was misspelled.

Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
lilik-openwrt-22.03
Greg Dietsche 3 years ago
committed by Gregory L. Dietsche
parent
commit
1569131f95
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/family-dns/Makefile

+ 2
- 2
net/family-dns/Makefile View 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


Loading…
Cancel
Save