- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:52 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 9:12eb57121764
user: ville
date: Mon Mar 22 21:51:03 2004 +0000
files: Makefile.PL
description:
Make files inside the dist tarball owned by root.
diff -r 7eef67da7db8 -r 12eb57121764 Makefile.PL
--- a/Makefile.PL Mon Mar 22 21:42:57 2004 +0000
+++ b/Makefile.PL Mon Mar 22 21:51:03 2004 +0000
@@ -20,4 +20,5 @@
MAN1PODS => { 'bin/checklink.pod' =>
'$(INST_MAN1DIR)/checklink.$(MAN1EXT)',
},
+ dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
);
Received on Thursday, 5 August 2010 14:47:01 UTC