source: gsdl/tags/gsdl-2_71-distribution/gsdl/packages/w3mir/w3mir-1.0.8/install.sh@ 14121

Last change on this file since 14121 was 719, checked in by davidb, 25 years ago

added w3mir package

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 179 bytes
Line 
1#!/bin/sh -v
2
3export PERL5LIB=$GSDLHOME/perllib/cpan/lib:$PERL5LIB
4export PATH=$GSDLHOME/perllib/cpan/bin:$PATH
5
6perl Makefile.PL PREFIX=$GSDLHOME/perllib/cpan
7
8make
9make install
Note: See TracBrowser for help on using the repository browser.