From d23c6e43f21b4112255ae37dd76dde272eb464cd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 22 Jan 2006 18:48:16 +0000 Subject: [PATCH] fix duplicate portmap init script link SVN-Revision: 3035 --- openwrt/package/portmap/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openwrt/package/portmap/Makefile b/openwrt/package/portmap/Makefile index 20bba966dc..d7f4d36365 100644 --- a/openwrt/package/portmap/Makefile +++ b/openwrt/package/portmap/Makefile @@ -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) -- 2.30.2