diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-20 14:17:32 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-20 14:17:32 +0000 |
commit | d00ef4835ac5376e07dca67f78b27e9e0365485b (patch) | |
tree | d5b2fef4a79a4bff09fd8ad23edf0990142936a8 | |
parent | 5c2e37c7591dc89c3741c125975282abecf67bab (diff) | |
parent | fbbf08bd5428308ad377287748883996a773b1e7 (diff) |
merge of 0bd27d7132e889a225218f2ac437ba4845588f95
and 919443611fa953ccf488cdb69b7f7c21b5b2edda
-rw-r--r-- | packages/portmap/portmap-5-24/make.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/portmap/portmap-5-24/make.patch b/packages/portmap/portmap-5-24/make.patch index 6dacd828c6..7726846b7c 100644 --- a/packages/portmap/portmap-5-24/make.patch +++ b/packages/portmap/portmap-5-24/make.patch @@ -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 |