merged
authorMatthias Förste <foerste@schlittermann.de>
Mon, 06 Jun 2011 12:57:28 +0200
changeset 133 149b28d40c32
parent 132 1306901e3462 (diff)
parent 131 d8fa60488868 (current diff)
child 134 3144d779bf00
merged
Build.PL
--- a/Build.PL	Mon Jun 06 10:10:44 2011 +0200
+++ b/Build.PL	Mon Jun 06 12:57:28 2011 +0200
@@ -33,11 +33,14 @@
     requires       => {
         perl          => "5.10.0",
         "Net::LibIDN" => "0",
-        "Template"    => "0"
+        "Template"    => "0",
+        "Net::DNS"    => "0",
+        "Net::DNS::SEC"    => "0",
     },
     script_files => [glob "bin/*"],    # avoid .swp files
-    sbin_files => { map { $_ => $_ unless /.(bak|orig)$/ } glob "sbin/*" }
+    sbin_files => { map { $_ => $_ unless /.(bak|orig)$/ } glob "sbin/*" },
 );
 
 $build->add_build_element('sbin');
+$build->install_path('sbin' => $build->original_prefix($build->installdirs) . '/sbin');
 $build->create_build_script;