projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccbd5a
)
fix duplicate portmap init script link
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 18:48:16 +0000
(18:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 18:48:16 +0000
(18:48 +0000)
SVN-Revision: 3035
openwrt/package/portmap/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/portmap/Makefile
b/openwrt/package/portmap/Makefile
index 20bba966dcb3b16eaf529839142af56512e6c8e6..d7f4d363659c30b60666d8485c953a920abecc92 100644
(file)
--- 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)