git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7b89bbe
)
Correct Reference to IPKG_INSTROOT
author
Greg Dietsche
<redacted>
Sun, 28 Feb 2021 19:40:22 +0000
(13:40 -0600)
committer
Gregory 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
patch
|
blob
|
history
diff --git
a/net/family-dns/Makefile
b/net/family-dns/Makefile
index e7cd4d1c33b599d421956364215adbec1fc60a6c..54728656e0e644381831b34cf927bedcc47c7e1e 100644
(file)
--- 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 "$${IP
GK
_INSTROOT}" ]; then
+if [ -z "$${IP
KG
_INSTROOT}" ]; then
/usr/sbin/family-dns-update uninstall
fi
exit 0
git clone https://git.99rst.org/PROJECT