diff options
author | Frans Pop <elendil@planet.nl> | 2007-03-19 19:45:41 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-03-19 19:45:41 +0000 |
commit | d041d26c117711a661312c699b3c11455b358104 (patch) | |
tree | 6ba31a02b1aebe13809db1fe845155190e3914b6 /debian | |
parent | 65dc679adb5e2d19e0bba2d1fd299221070ef12c (diff) | |
download | installation-guide-d041d26c117711a661312c699b3c11455b358104.zip |
Switch installation guide to Lenny for trunk
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6805bcd98..348a61cc2 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ VERSION=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) DATE=$(shell echo $(VERSION) | cut -d '.' -f 1) SUITE=$(shell LC_ALL=C dpkg-parsechangelog | grep ^Distribution: | cut -d ' ' -f 2) ifeq (${SUITE},unstable) -SUITE=etch +SUITE=lenny endif MANTMP=$(shell pwd)/debian/manual |