FreeBSD Bugzilla – Attachment 56369 Details for
Bug 85096
Does not include empty dirs in ports.tgz
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
release::Makefile.patch
release::Makefile.patch (text/plain), 593 bytes, created by
Marcus Grando
on 2005-08-18 20:00:35 UTC
(
hide
)
Description:
release::Makefile.patch
Filename:
MIME Type:
Creator:
Marcus Grando
Created:
2005-08-18 20:00:35 UTC
Size:
593 bytes
patch
obsolete
>--- release/Makefile.orig Mon Jul 11 13:06:30 2005 >+++ release/Makefile Thu Aug 18 15:47:05 2005 >@@ -651,8 +651,10 @@ > @rm -rf ${RD}/dists/ports/ports* > @mkdir -p ${RD}/dists/ports > @echo rolling ports/ports tarball >- @tar --exclude CVS --exclude 'ports/distfiles/*' \ >+ @find ports -type d -empty | grep -v distfiles > empty.dirs >+ @tar --exclude CVS --exclude 'ports/distfiles/*' -X empty.dirs \ > -czf ${RD}/dists/ports/ports.tgz -C /usr ports >+ @rm empty.dirs > @cp ${.CURDIR}/scripts/ports-install.sh ${RD}/dists/ports/install.sh > @(cd ${RD}/dists/ports; \ > rm -f CHECKSUM.MD5; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 85096
: 56369