[oe-commits] org.oe.dev portmap: do not use strip - close #1702

Shane commit openembedded-commits at lists.openembedded.org
Wed Dec 20 13:49:20 UTC 2006


portmap: do not use strip - close #1702

Author: Shane
Branch: org.openembedded.dev
Revision: 2601e7ef59afcc83010bc4a599716c775a867e2e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2601e7ef59afcc83010bc4a599716c775a867e2e
Files:
1
packages/portmap/portmap-5-24/make.patch
Diffs:

#
# mt diff -r12aefbb866697c7ce0a93febeaa40af2622a8ac2 -r2601e7ef59afcc83010bc4a599716c775a867e2e
#
# 
# 
# patch "packages/portmap/portmap-5-24/make.patch"
#  from [6f7e9e468ce427ec4b5d72bbaa3aa2fcce0f0e59]
#    to [29f95f835fe709400bb296f576aee008f2c1eda8]
# 
============================================================
--- packages/portmap/portmap-5-24/make.patch	6f7e9e468ce427ec4b5d72bbaa3aa2fcce0f0e59
+++ packages/portmap/portmap-5-24/make.patch	29f95f835fe709400bb296f576aee008f2c1eda8
@@ -53,9 +53,9 @@ Index: portmap_5beta/Makefile
 +	install -d $(DESTDIR)/$(sbindir) \
 +		   $(DESTDIR)/$(docdir) \
 +		   $(DESTDIR)/$(mandir)/man8
-+	install -m 0755 -s portmap ${DESTDIR}/sbin
-+	install -m 0755 -s pmap_dump ${DESTDIR}/sbin
-+	install -m 0755 -s pmap_set ${DESTDIR}/sbin
++	install -m 0755 portmap ${DESTDIR}/sbin
++	install -m 0755 pmap_dump ${DESTDIR}/sbin
++	install -m 0755 pmap_set ${DESTDIR}/sbin
 +	install -m 0644 portmap.8 ${DESTDIR}/usr/share/man/man8
 +	install -m 0644 pmap_dump.8 ${DESTDIR}/usr/share/man/man8
 +	install -m 0644 pmap_set.8 ${DESTDIR}/usr/share/man/man8






More information about the Openembedded-commits mailing list