From 199b3cbb26a8dc6e5c3e1bffdb42510549277890 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 13 Feb 2006 15:02:25 +0000 Subject: Fix description of command-line options --- Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 55dd51ef..98646752 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,8 +6,8 @@ use strict; use ExtUtils::MakeMaker; # Command-line parsing. -# --without-rpm : use rpm to find some paths, and generate make targets to -# produce an rpm of this +# --without-rpm : don't use rpm to find some paths, and generate make targets +# to produce an rpm of this # --install-po : compile .po files and install locale files # --install-gui : install gurpmi my $with_rpm = 1; $with_rpm = 0 if grep $_ eq '--without-rpm', @ARGV; -- cgit v1.2.1