projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ae288
)
Remove test SQLite database file on make clean
author
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 2 Jan 2012 05:28:02 +0000
(
00:28
-0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Mon, 2 Jan 2012 05:28:02 +0000
(
00:28
-0500)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index ec2f8ff34a57ff3415fdcaf875f0fed50794dd6a..5b2226f0172a499b5a88298f473bb6bd0587523d 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,7
+8,7
@@
my $VERSION = '4.99.3';
WriteMakefile(
NAME => 'Bucardo',
- clean => { FILES => 'log.bucardo.* *~ *.tmp outgoingmail.* bucardo_test_database*/' },
+ clean => { FILES => 'log.bucardo.* *~ *.tmp outgoingmail.* bucardo_test_database*/
test.sqlite.db
' },
ABSTRACT => 'Postgres asynchronous multi-master replication system',
AUTHOR => 'Greg Sabino Mullane <greg@endpoint.com>',
LICENSE => 'BSD',