fix bogus ln -sf line
authorFelix Fietkau <nbd@openwrt.org>
Mon, 16 Oct 2006 19:46:07 +0000 (19:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 16 Oct 2006 19:46:07 +0000 (19:46 +0000)
SVN-Revision: 5164

net/asterisk/Makefile

index 5ba984670beee50bf9eda03815796acdcb9c48a7..da11503e4019d466805e58605526aa389ea2115f 100644 (file)
@@ -390,7 +390,6 @@ define Package/asterisk/install
        install -m0644  ./files/asterisk.default $(1)/etc/default/asterisk
        install -d -m0755 $(1)/etc/init.d
        install -m0755  ./files/asterisk.init $(1)/etc/init.d/asterisk
-       ln -sf asterisk $(1)/etc/init.d/asterisk
 endef
 
 define Package/asterisk-mini/install