From 8af12055a172490812f4d1a5e2781a0fe82ef51f Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 29 Nov 2006 23:02:44 +0000 Subject: [PATCH] Remove buggy symlink (#995) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5679 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/psybnc/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net/psybnc/Makefile b/net/psybnc/Makefile index badf102d6..3c35a504f 100644 --- 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)) -- 2.11.0