summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:41:45 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-25 21:41:45 +0000
commitdb8c6d855067221f597b06dec0ab4364efe1f704 (patch)
tree18fc57d96c1097ce4ed830442fa6d60a6b67bb8c
parent9f45c3080e893174751b9a4b7fe3e59da611a2ec (diff)
* Don't rm -rf ikiwiki on distclean, since a) there's no such file
and b) those poor Mac OSX users and their case insensative files!
-rwxr-xr-xMakefile.PL1
-rw-r--r--debian/changelog4
2 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cdf28f16e..ead7f5dc5 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -59,5 +59,4 @@ WriteMakefile(
PREFIX => "/usr/local",
PM_FILTER => './pm_filter $(PREFIX) $(VER)',
MAN1PODS => {},
- clean => {FILES => 'ikiwiki'},
);
diff --git a/debian/changelog b/debian/changelog
index 7bc316543..dcc7a7eb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ ikiwiki (1.28) UNRELEASED; urgency=low
Benjamin A'Lee.
* Fix a forkbomb in various calls to IPC::Open2, which has a highly
braindead interface. Closes: #389383
+ * Don't rm -rf ikiwiki on distclean, since a) there's no such file
+ and b) those poor Mac OSX users and their case insensative files!
- -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2006 17:22:52 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2006 17:40:48 -0400
ikiwiki (1.27) unstable; urgency=low