[oe-commits] org.oe.dev portmap: sync 6.0 with Poky (no package changes)

hrw commit openembedded-commits at lists.openembedded.org
Thu Oct 25 15:42:02 UTC 2007


portmap: sync 6.0 with Poky (no package changes)

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: b779f220ecb53abdd183f96b32117579663a9b49
ViewMTN: http://monotone.openembedded.org/revision/info/b779f220ecb53abdd183f96b32117579663a9b49
Files:
1
packages/portmap/portmap_6.0.bb
Diffs:

#
# mt diff -rd2e24b5f03d423294d361578de6dc3e3efe1ea30 -rb779f220ecb53abdd183f96b32117579663a9b49
#
# 
# 
# patch "packages/portmap/portmap_6.0.bb"
#  from [ca392f1e64fd7197d9e3a2fda7b4573b8ca5f289]
#    to [03ff99fa49ea46ef110fd480411ca9033f51e14e]
# 
============================================================
--- packages/portmap/portmap_6.0.bb	ca392f1e64fd7197d9e3a2fda7b4573b8ca5f289
+++ packages/portmap/portmap_6.0.bb	03ff99fa49ea46ef110fd480411ca9033f51e14e
@@ -11,8 +11,7 @@ fakeroot do_install() {
 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}
 }






More information about the Openembedded-commits mailing list