Be more specific in trying to exclude man pages - look for 'man/man',
not just 'man'. This makes the 'manage_*' from Zope work.
This commit is contained in:
parent
029193aa5d
commit
a8154cfead
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40742
@ -67,7 +67,7 @@ my ($mtreedist) = "/etc/mtree/BSD.local.dist";
|
||||
|
||||
my ($redest) = "mtree -d -f $mtreedist -r -U -p $predir";
|
||||
|
||||
my ($ff) = "(cd $predir && find . ! -type d | cut -d/ -f2- | grep -v man | sort)";
|
||||
my ($ff) = "(cd $predir && find . ! -type d | cut -d/ -f2- | grep -v man/man | sort)";
|
||||
my ($fd) = "(cd $predir && find . -type d | cut -d/ -f2- | grep -v '^\.\$'| sort)";
|
||||
|
||||
system("mkdir $tmpdir");
|
||||
|
Loading…
Reference in New Issue
Block a user