From 60fc16cb49d6d956e603f1c82548cd22eb8e4374 Mon Sep 17 00:00:00 2001 From: Steffen Schwigon Date: Wed, 30 May 2012 14:04:50 +0200 Subject: [PATCH] do not mangle bin dir to /usr/sbin --- Build.PL | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Build.PL b/Build.PL index c5ee1a7..29602fe 100644 --- a/Build.PL +++ b/Build.PL @@ -35,8 +35,6 @@ my $class = Module::Build->subclass( code => <<'EOF' ); ); } - sub process_sbin_files { shift->process_extra_files('sbin') } - EOF my $build = $class->new( @@ -72,14 +70,8 @@ my $build = $class->new( script_files => [ 'bin/spfquery' ], - install_path => { - 'sbin' => '/usr/sbin' - }, create_makefile_pl => 'passthrough', sign => 1 ); -$build->add_build_element($_) - foreach qw(sbin); - $build->create_build_script(); -- 1.7.10