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:
c17a660
)
fix bogus ln -sf line
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Oct 2006 19:46:07 +0000
(19:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 16 Oct 2006 19:46:07 +0000
(19:46 +0000)
SVN-Revision: 5164
net/asterisk/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk/Makefile
b/net/asterisk/Makefile
index 5ba984670beee50bf9eda03815796acdcb9c48a7..da11503e4019d466805e58605526aa389ea2115f 100644
(file)
--- a/
net/asterisk/Makefile
+++ b/
net/asterisk/Makefile
@@
-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