source: main/trunk/greenstone2/build-src/packages/w3mir/MIME-Base64-2.11/install.sh@ 26670

Last change on this file since 26670 was 718, checked in by davidb, 25 years ago

added m3mir package

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 189 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 test
10make install
Note: See TracBrowser for help on using the repository browser.