* 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!master
parent
9f45c3080e
commit
db8c6d8550
|
@ -59,5 +59,4 @@ WriteMakefile(
|
||||||
PREFIX => "/usr/local",
|
PREFIX => "/usr/local",
|
||||||
PM_FILTER => './pm_filter $(PREFIX) $(VER)',
|
PM_FILTER => './pm_filter $(PREFIX) $(VER)',
|
||||||
MAN1PODS => {},
|
MAN1PODS => {},
|
||||||
clean => {FILES => 'ikiwiki'},
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,8 +4,10 @@ ikiwiki (1.28) UNRELEASED; urgency=low
|
||||||
Benjamin A'Lee.
|
Benjamin A'Lee.
|
||||||
* Fix a forkbomb in various calls to IPC::Open2, which has a highly
|
* Fix a forkbomb in various calls to IPC::Open2, which has a highly
|
||||||
braindead interface. Closes: #389383
|
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
|
ikiwiki (1.27) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue