summaryrefslogtreecommitdiffstats
path: root/package/portmap
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-06-16 17:54:38 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-06-16 17:54:38 +0000
commit8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720 (patch)
treed3f76ea946eba830d7d8799bb5f525a475ec056e /package/portmap
parent12958f2d6f1ff3fd50a5b9591d88b6174ae76fb3 (diff)
downloadbuildroot-novena-8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720.tar.gz
buildroot-novena-8f8e19df58fc4af3c6b4c5b63e2ab18e3e07d720.zip
Fix install of scripts.
Diffstat (limited to 'package/portmap')
-rw-r--r--package/portmap/portmap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk
index 6b0ba453a..677b914e7 100644
--- a/package/portmap/portmap.mk
+++ b/package/portmap/portmap.mk
@@ -26,7 +26,7 @@ $(PORTMAP_DIR)/$(PORTMAP_BINARY): $(PORTMAP_DIR)/.unpacked
$(TARGET_DIR)/$(PORTMAP_TARGET_BINARY): $(PORTMAP_DIR)/$(PORTMAP_BINARY)
$(INSTALL) -D $(PORTMAP_DIR)/$(PORTMAP_BINARY) $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY)
- $(INSTALL) -m 0755 -D package/portmap/S13portmap $(TARGET_DIR)/etc/init.d
+ $(INSTALL) -m 0755 package/portmap/S13portmap $(TARGET_DIR)/etc/init.d
portmap: uclibc $(TARGET_DIR)/$(PORTMAP_TARGET_BINARY)