Remove buggy symlink (#995)
authorFlorian Fainelli <florian@openwrt.org>
Wed, 29 Nov 2006 23:02:44 +0000 (23:02 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 29 Nov 2006 23:02:44 +0000 (23:02 +0000)
SVN-Revision: 5679

net/psybnc/Makefile

index badf102d6c875e9670accd073c712373f42e2343..3c35a504f825f9efc890d5e3fc7dcd8eadc7eb2a 100644 (file)
@@ -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))