Changeset 27288 for gs2-extensions


Ignore:
Timestamp:
2013-05-02T16:29:54+12:00 (11 years ago)
Author:
davidb
Message:

Turns out --prefix can be used after all, as long as --with-storage-path is suplied as well to control where the 'var/...' location used is

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/packages/CASCADE-MAKE/4STORE.sh

    r27271 r27288  
    3535
    3636
    37 opt_run_configure $force_config $auto_config $package $version $prefix \
    38   RAPTOR_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/raptor2 RAPTOR_LIBS="$GEXT_AFREPO_INSTALLED/lib/libraptor2.so" \
    39   RASQAL_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/rasqal RASQAL_LIBS="$GEXT_AFREPO_INSTALLED/lib/librasqal.so"
     37#opt_run_configure $force_config $auto_config $package $version $prefix \
     38
     39
     40RAPTOR_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/raptor2 RAPTOR_LIBS="$GEXT_AFREPO_INSTALLED/lib/libraptor2.so" \
     41RASQAL_CFLAGS=-I$GEXT_AFREPO_INSTALLED/include/rasqal RASQAL_LIBS="$GEXT_AFREPO_INSTALLED/lib/librasqal.so" \
     42  opt_run_configure $force_config $auto_config $package $version $prefix \
     43     --with-storage-path=$prefix/var/lib/4store --with-config-path=$prefix/etc/4store.conf
    4044
    4145
    4246opt_run_make $compile $package $version
    43 opt_run_make $install $package $version "install" DESTDIR=$prefix
     47#opt_run_make $install $package $version "install" DESTDIR=$prefix
     48opt_run_make $install $package $version "install"
    4449opt_run_make $clean $package $version "clean"
    4550opt_run_make $distclean $package $version "distclean"
Note: See TracChangeset for help on using the changeset viewer.