<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 60fc16cb49d6d956e603f1c82548cd22eb8e4374 Mon Sep 17 00:00:00 2001
From: Steffen Schwigon &lt;ss5@renormalist.net&gt;
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-&gt;subclass( code =&gt; &lt;&lt;'EOF' );
         );
     }
 
-    sub process_sbin_files    { shift-&gt;process_extra_files('sbin')    }
-
 EOF
 
 my $build = $class-&gt;new(
@@ -72,14 +70,8 @@ my $build = $class-&gt;new(
     script_files        =&gt; [
         'bin/spfquery'
     ],
-    install_path        =&gt; {
-        'sbin'              =&gt; '/usr/sbin'
-    },
     create_makefile_pl  =&gt; 'passthrough',
     sign                =&gt; 1
 );
 
-$build-&gt;add_build_element($_)
-    foreach qw(sbin);
-
 $build-&gt;create_build_script();
-- 
1.7.10

</pre></body></html>