From: Felix Fietkau Date: Sun, 22 Jan 2006 18:48:16 +0000 (+0000) Subject: fix duplicate portmap init script link X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4e1a7e85f1dbebb71ed4a4e6ccd847fc7dae2e14;p=openwrt%2Fsvn-archive%2Farchive.git fix duplicate portmap init script link SVN-Revision: 3035 --- 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)