summaryrefslogtreecommitdiffstats
path: root/perl-install/drakxtools.spec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-08-29 16:35:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-08-29 16:35:04 +0000
commit6a18c1529905ec67886e915fcc8467215b957f95 (patch)
tree4e867fc76be0ff1c8a26b18758b3b6562a2fcff9 /perl-install/drakxtools.spec
parentf8e58e4948d8bff61d5fdc353edfb176d2bcc841 (diff)
downloaddrakx-6a18c1529905ec67886e915fcc8467215b957f95.tar
drakx-6a18c1529905ec67886e915fcc8467215b957f95.tar.gz
drakx-6a18c1529905ec67886e915fcc8467215b957f95.tar.bz2
drakx-6a18c1529905ec67886e915fcc8467215b957f95.tar.xz
drakx-6a18c1529905ec67886e915fcc8467215b957f95.zip
- s/perl -w/perl/
- don't use diags and strict
Diffstat (limited to 'perl-install/drakxtools.spec')
-rw-r--r--perl-install/drakxtools.spec4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index 75457862c..cecb209ca 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -180,9 +180,7 @@ cat > $RPM_BUILD_ROOT%_menudir/harddrake-ui <<EOF
EOF
cat > $RPM_BUILD_ROOT%_sbindir/convert-harddrake <<EOF
-#!/usr/bin/perl -w
-use diagnostics;
-use strict;
+#!/usr/bin/perl
use Storable;
my \$last_boot_config = "/etc/sysconfig/harddrake2/previous_hw";