projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b985835
)
ddns-scripts: remove list file from ddns-scripts install
author
Florian Eckert
<fe@dev.tdt.de>
Mon, 28 Sep 2020 07:18:51 +0000
(09:18 +0200)
committer
Florian Eckert
<fe@dev.tdt.de>
Mon, 28 Sep 2020 07:32:30 +0000
(09:32 +0200)
This is not needed. The file get installed on demand with the new ddns
script.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/ddns-scripts/Makefile
patch
|
blob
|
history
diff --git
a/net/ddns-scripts/Makefile
b/net/ddns-scripts/Makefile
index 1952804846cbb1d1db79564b0afee0b9a44c65cc..31bf5874d8b52a07f12bf14517861b59578902a6 100644
(file)
--- a/
net/ddns-scripts/Makefile
+++ b/
net/ddns-scripts/Makefile
@@
-189,8
+189,6
@@
define Package/ddns-scripts/install
$(INSTALL_DIR) $(1)/usr/share/ddns
echo "$(PKG_VERSION)-$(PKG_RELEASE)" > $(1)/usr/share/ddns/version
- $(INSTALL_DATA) ./files/usr/share/ddns/list \
- $(1)/usr/share/ddns
$(INSTALL_DIR) $(1)/usr/lib/ddns
$(INSTALL_DATA) ./files/usr/lib/ddns/dynamic_dns_functions.sh \