Browse Source

add install path feature

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
158e3d4f39
  1. 8
      perl-openpkg/perl-openpkg.sh
  2. 4
      perl-openpkg/perl-openpkg.spec

8
perl-openpkg/perl-openpkg.sh

@ -75,6 +75,14 @@ case $cmd in
fi
fi
# optionally provide installation path
if [ ".$1" = ".-p" ]; then
shift
sitelib="$1"
shift
perl_args="${perl_args} INSTALLSITELIB=$sitelib"
fi
# configuring Perl module
log "configuring Perl module"
chmod -R u+rw Makefile.PL

4
perl-openpkg/perl-openpkg.spec

@ -32,8 +32,8 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
Group: Language
License: PD
Version: 20030514
Release: 20030514
Version: 20030515
Release: 20030515
# list of sources
Source0: perl-openpkg.sh

Loading…
Cancel
Save