]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Don't rm -rf ikiwiki on distclean, since a) there's no such file
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 25 Sep 2006 21:41:45 +0000 (21:41 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 25 Sep 2006 21:41:45 +0000 (21:41 +0000)
  and b) those poor Mac OSX users and their case insensative files!

Makefile.PL
debian/changelog

index cdf28f16effce8bc6c42c8e586f620bfb69bdcd1..ead7f5dc545057a80c43d6f374cbb4bd65ec4cb5 100755 (executable)
@@ -59,5 +59,4 @@ WriteMakefile(
        PREFIX          => "/usr/local",
        PM_FILTER       => './pm_filter $(PREFIX) $(VER)',
        MAN1PODS        => {},
-       clean           => {FILES => 'ikiwiki'},
 );
index 7bc31654318e9dfff07404d6b6f24f157ca91e72..dcc7a7eb3553b5755c88fcbdd7684b2e6de1b715 100644 (file)
@@ -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