Index: /trunk/Nebulous-Server/Build.PL
===================================================================
--- /trunk/Nebulous-Server/Build.PL	(revision 4909)
+++ /trunk/Nebulous-Server/Build.PL	(revision 4910)
@@ -94,4 +94,7 @@
         'Test::More'            => '0.49',
     },
-    script_files        => 'bin/neb-initdb',
+    script_files        => qw(
+        bin/neb-initdb
+        bin/neb-addvol
+    ),
 )->create_build_script;
Index: /trunk/Nebulous-Server/MANIFEST
===================================================================
--- /trunk/Nebulous-Server/MANIFEST	(revision 4909)
+++ /trunk/Nebulous-Server/MANIFEST	(revision 4910)
@@ -7,4 +7,5 @@
 README
 Todo
+bin/neb-addvol
 bin/neb-initdb
 docs/c_api.h
Index: /trunk/Nebulous/Build.PL
===================================================================
--- /trunk/Nebulous/Build.PL	(revision 4909)
+++ /trunk/Nebulous/Build.PL	(revision 4910)
@@ -94,4 +94,7 @@
         'Test::More'            => '0.49',
     },
-    script_files        => 'bin/neb-initdb',
+    script_files        => qw(
+        bin/neb-initdb
+        bin/neb-addvol
+    ),
 )->create_build_script;
Index: /trunk/Nebulous/MANIFEST
===================================================================
--- /trunk/Nebulous/MANIFEST	(revision 4909)
+++ /trunk/Nebulous/MANIFEST	(revision 4910)
@@ -7,4 +7,5 @@
 README
 Todo
+bin/neb-addvol
 bin/neb-initdb
 docs/c_api.h
