projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d6e6fc
)
/etc/config/* should use INSTALL_DATA
author
Tim Yardley
<lst@openwrt.org>
Thu, 4 Jan 2007 16:51:21 +0000
(16:51 +0000)
committer
Tim Yardley
<lst@openwrt.org>
Thu, 4 Jan 2007 16:51:21 +0000
(16:51 +0000)
SVN-Revision: 5975
net/miniupnpd/Makefile
patch
|
blob
|
history
diff --git
a/net/miniupnpd/Makefile
b/net/miniupnpd/Makefile
index 2ce3002be5ea84d851652aef634866e1b8a7504e..ad61e6d1cec411f69ea564b1c0953cab58bd8468 100644
(file)
--- a/
net/miniupnpd/Makefile
+++ b/
net/miniupnpd/Makefile
@@
-50,7
+50,7
@@
define Package/miniupnpd/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/miniupnpd $(1)/usr/bin/
$(INSTALL_BIN) $(PKG_BUILD_DIR)/linux/*.sh $(1)/usr/bin/
$(INSTALL_BIN) ./files/miniupnpd.init $(1)/etc/init.d/miniupnpd
- $(INSTALL_
BIN
) ./files/upnpd.config $(1)/etc/config/upnpd
+ $(INSTALL_
DATA
) ./files/upnpd.config $(1)/etc/config/upnpd
$(INSTALL_DATA) ./files/miniupnpd.hotplug $(1)/etc/hotplug.d/iface/10-miniupnpd
endef