mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
285 B

#!/bin/bash
prefix="opt/$pkg"
set_confopt
custmain=custmain
custmain() {
tar $taropt $archdir/Xerces-J-tools*.bz2
sh build.sh jars
mkdir -p $root/$prefix
cp -a build/* $root/$prefix
cat <<- EOT > $root/etc/profile.d/$pkg
CLASSPATH="\$CLASSPATH\${CLASSPATH+:}/$prefix"
EOT
}