aboutsummaryrefslogtreecommitdiff
blob: eee4fb60d5f347e2a20aadf1f268ea9e47693170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/Build.PL b/Build.PL
index 5915ca8..61eceb3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -12,19 +12,6 @@ my $class = Module::Build->subclass
 	 $self->SUPER::ACTION_build;
 	 $self->dispatch('installdeps');
        }
-       sub ACTION_install {
-	   my $self = shift;
-	   print "\n\nGAL does not do a system wide install\n\n";
-	   print "To make the libraries and scripts accessible\n";
-	   print "modify the paths to fit your system and run the following:\n\n";
-	   print "export PERL5LIB=\$PERL5LIB:/path/to/GAL/lib\n";
-	   print "export PATH=\$PATH:/path/to/GAL/bin\n\n";
-	   print "Add those lines to ~/.bash_profile or /etc/profile to\n";
-	   print "make those changes permanent.\n\n";
-	   print "If you want a system wide install, edit the Build.PL script and\n";
-	   print "remove the entire subroutine (ACTION_install) where this message\n";
-	   print "is printed run Build realclean and re-install.\n\n";
-       }
      },
   );