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:
d95f316
)
Remove buggy symlink (#995)
author
Florian Fainelli
<florian@openwrt.org>
Wed, 29 Nov 2006 23:02:44 +0000
(23:02 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 29 Nov 2006 23:02:44 +0000
(23:02 +0000)
SVN-Revision: 5679
net/psybnc/Makefile
patch
|
blob
|
history
diff --git
a/net/psybnc/Makefile
b/net/psybnc/Makefile
index badf102d6c875e9670accd073c712373f42e2343..3c35a504f825f9efc890d5e3fc7dcd8eadc7eb2a 100644
(file)
--- a/
net/psybnc/Makefile
+++ b/
net/psybnc/Makefile
@@
-51,7
+51,6
@@
define Package/psybnc/install
install -m0600 $(PKG_BUILD_DIR)/psybnc.conf $(1)/usr/share/psybnc/
$(INSTALL_DIR) $(1)/usr/share/psybnc/lang
$(INSTALL_DATA) $(PKG_BUILD_DIR)/lang/english.lng $(1)/usr/share/psybnc/lang/
- ln -sf /tmp $(1)/usr/share/psybnc/log
endef
$(eval $(call BuildPackage,psybnc))