diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-13 09:09:39 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-22 22:53:50 +0100 |
commit | 4a54b10ba9b499b361deb7b2337e5d648310ced4 (patch) | |
tree | 712874f28f4f546409397583274fef920bdf759d /package | |
parent | 250d2222baa74f5f5833a83716824f668fb7b958 (diff) | |
download | buildroot-novena-4a54b10ba9b499b361deb7b2337e5d648310ced4.tar.gz buildroot-novena-4a54b10ba9b499b361deb7b2337e5d648310ced4.zip |
portmap: install initscript
Thanks to patrick.ziegler@fh-kl.de in the mailing list for noticing.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/portmap/portmap.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/portmap/portmap.mk b/package/portmap/portmap.mk index dba6155ce..e83ff1d6f 100644 --- a/package/portmap/portmap.mk +++ b/package/portmap/portmap.mk @@ -23,6 +23,8 @@ define PORTMAP_INSTALL_TARGET_CMDS $(TARGET_DIR)/usr/share/man/man8/pmap_dump.8 $(INSTALL) -D $(@D)/pmap_set.8 \ $(TARGET_DIR)/usr/share/man/man8/pmap_set.8 + $(INSTALL) -m 0755 package/portmap/S13portmap \ + $(TARGET_DIR)/etc/init.d endef define PORTMAP_UNINSTALL_TARGET_CMDS |