diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 23:12:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 23:12:14 -0400 |
commit | 15ed67132ee70a3c9c98565dee464a8f968c765c (patch) | |
tree | 3fedbf8c2b0fb0019eb1d91f024d16e6d3d809f9 /debian/changelog | |
parent | 00a427129048f62476ab0386d06e038d222ecd8b (diff) |
Revert "Add missing PREFIX to a few lines of the Makefile. (Thomas Keller)"
This reverts commit 65c12dffecc49df2d8135a32121b9cabe8288cae.
Turns out we can't use PREFIX for files in /etc, because that would tend to
put them in /usr/etc, which is bad..
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 813cf9523..6f19153e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ ikiwiki (2.62) UNRELEASED; urgency=low * Avoid using cp -a (again). (HenrikBrixAndersen) - * Add missing PREFIX to a few lines of the Makefile. (Thomas Keller) * Avoid using hostname -f for portability to eg, OS X, use Net::Domain instead, and prompt if it fails. |