source: main/trunk/greenstone2/runtime-src/packages/security/CASCADE-MAKE/BZIP2.sh@ 28866

Last change on this file since 28866 was 28866, checked in by ak19, 10 years ago

Replacing owasp-esapi-for-c package and dependencies with the owasp-esapi-for-c++ package and dependencies. Part 2.

  • Property svn:executable set to *
File size: 337 bytes
Line 
1#!/bin/bash
2
3cd $securitydir/$compiledir
4prefix=$installdir
5
6# If doing a make clean or distclean
7#if [ "x$1" != "x" ]; then
8# make $1
9# exit 0
10#fi
11
12#opt_run_configure $force_config $auto_config $package $version $prefix
13if [ ! -e bzip2 ]; then
14 make -f Makefile-libbz2_so
15 make install PREFIX=$prefix;
16fi
17
18cd $securitydir
Note: See TracBrowser for help on using the repository browser.