diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 13:35:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-10-25 13:35:10 +0000 |
commit | b1a9187ca9d85b073d765ec97258cac5e4520089 (patch) | |
tree | b8c297b179925fb896354887a5695f8a5685d7b1 /packages | |
parent | 887638896b30cd32ac192b4b4d4c2db4b4ac1a7b (diff) |
portmap: sync 6.0 with Poky (no package changes)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/portmap/portmap_6.0.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/portmap/portmap_6.0.bb b/packages/portmap/portmap_6.0.bb index 4b8b8c8d5c..315cb4a473 100644 --- a/packages/portmap/portmap_6.0.bb +++ b/packages/portmap/portmap_6.0.bb @@ -11,8 +11,7 @@ S = "${WORKDIR}/${PN}_${PV}/" CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS" fakeroot do_install() { - install -d ${D}${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap - install -d ${D}${mandir}/man8/ ${D}${base_sbindir} - oe_runmake install DESTDIR=${D} + install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d + install -m 0757 ${WORKDIR}/portmap.init ${D}${sysconfdir}/init.d/portmap + oe_runmake install DESTDIR=${D} } |