Index: trunk/Nebulous/Build.PL
===================================================================
--- trunk/Nebulous/Build.PL	(revision 13232)
+++ trunk/Nebulous/Build.PL	(revision 13233)
@@ -45,16 +45,19 @@
 }
 
-sub ACTION_install {
-    my $self = shift;
-
-    $self->SUPER::ACTION_install(@_);
-
-    my $old_pwd = getcwd();
-    chdir $pkg_dir;
-
-    system("make install") == 0 or die "install failed: $?";
-
-    chdir $old_pwd;
-}
+# Do not attempt to install nebclient.  It is bundled in this package for
+# testing only.
+#
+# sub ACTION_install {
+#     my $self = shift;
+# 
+#     $self->SUPER::ACTION_install(@_);
+# 
+#     my $old_pwd = getcwd();
+#     chdir $pkg_dir;
+# 
+#     system("make install") == 0 or die "install failed: $?";
+# 
+#     chdir $old_pwd;
+# }
 
 sub ACTION_clean {
