fix duplicate portmap init script link
authorFelix Fietkau <nbd@openwrt.org>
Sun, 22 Jan 2006 18:48:16 +0000 (18:48 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 22 Jan 2006 18:48:16 +0000 (18:48 +0000)
SVN-Revision: 3035

openwrt/package/portmap/Makefile

index 20bba966dcb3b16eaf529839142af56512e6c8e6..d7f4d363659c30b60666d8485c953a920abecc92 100644 (file)
@@ -32,8 +32,7 @@ $(PKG_BUILD_DIR)/.built:
 
 $(IPKG_PORTMAP):
        install -d -m0755 $(IDIR_PORTMAP)/etc/init.d 
-       install -m0755 ./files/portmap.init $(IDIR_PORTMAP)/etc/init.d/portmap
-       ln -sf portmap $(IDIR_PORTMAP)/etc/init.d/S59portmap
+       install -m0755 ./files/portmap.init $(IDIR_PORTMAP)/etc/init.d/S59portmap
        install -d -m0755 $(IDIR_PORTMAP)/usr/sbin 
        install -m0755 $(PKG_BUILD_DIR)/portmap $(IDIR_PORTMAP)/usr/sbin/
        $(RSTRIP) $(IDIR_PORTMAP)