fix more bogus ln -sf lines

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5165 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-10-16 19:57:47 +00:00
parent a2bf8dd325
commit 70afdf4962
3 changed files with 0 additions and 3 deletions

View File

@ -415,7 +415,6 @@ define Package/asterisk-mini/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-mysql/install

View File

@ -45,7 +45,6 @@ define Package/htpdate/install
install -m0644 ./files/htpdate.default $(1)/etc/default/htpdate
install -d -m0755 $(1)/etc/init.d/
install -m0755 ./files/htpdate.init $(1)/etc/init.d/htpdate
ln -sf htpdate $(1)/etc/init.d/htpdate
install -d -m0755 $(1)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/htpdate $(1)/usr/sbin/
endef

View File

@ -67,7 +67,6 @@ endef
define Package/setserial/install
install -d -m0755 $(1)/etc/init.d
install -m0755 ./files/serial.init $(1)/etc/init.d/setserial
ln -sf setserial $(1)/etc/init.d/setserial
install -d -m0755 $(1)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/setserial $(1)/usr/sbin/
endef