Changeset 35377


Ignore:
Timestamp:
2021-09-13T23:26:10+12:00 (3 years ago)
Author:
davidb
Message:

Changed to running 'make install_sw' rather than 'make install' for openssl. This new target installs just the software, and skips installing things like the man pages, which are quite volumous but not needed for Greenstone3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/configure

    r33859 r35377  
    192192echo make
    193193make
    194 # make install
    195 echo make install
    196 make install
     194# make 'install_sw' is a target this package has for installing just the software,
     195# skipping the installation of, for example, the man pages
     196echo make install_sw
     197make install_sw
    197198# restore the compile flags
    198199export CC=$stored_CC
Note: See TracChangeset for help on using the changeset viewer.