projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cabe15e
)
packages/stun: fix whitespaces
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:10 +0000
(07:05 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 27 Mar 2014 07:05:10 +0000
(07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40185
net/stun/Makefile
patch
|
blob
|
history
diff --git
a/net/stun/Makefile
b/net/stun/Makefile
index f25190a1531c07543861ec69e1e29ec08c78ca88..7461fab91ce7d7476847cba47806b0db42fcb4ab 100644
(file)
--- a/
net/stun/Makefile
+++ b/
net/stun/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2008-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-79,7
+79,7
@@
define Package/stund/conffiles
endef
define Package/stun-client/install
- $(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/client $(1)/usr/sbin/stun-client
endef