Changeset 32257


Ignore:
Timestamp:
2018-07-11T18:10:10+12:00 (6 years ago)
Author:
sjm84
Message:

Correcting the folder structure of xpdf-tools once extracted.

Location:
gs2-extensions/xpdf-tools/trunk/src
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • gs2-extensions/xpdf-tools/trunk/src/CASCADE-MAKE.sh

    r32253 r32257  
    1414done
    1515
    16 # makedist: makes a temporary subdirectory, also called xpdf-tools, puts just the stuff we want in there
    17 # and then runs the CASCADE-MAKE command to make a distribution (tar.gz) out of our whitelist temporary folder
    18 # then get rid of that temporary xpdf-tools folder.
     16# makedist: just put the files and folder we want in the distribution tarball
     17# Note that any directories specified for files in the whitelist will also go in
     18# maintaining directory structure. So "linux/bin/pdf*" will end up in the final
     19# extracted xpdf-tools folder, not just pdf*.
    1920if [ $makedist = "1" ] ; then
    20     mkdir -p xpdf-tools
    21     cp $GSDLOS/bin/pdf* xpdf-tools/.
    22     # See xpdftools' README: licencing files and manpage need to be redistributed with xpdf-tools binaries
    23     cp -r $GSDLOS/man xpdf-tools/.
    24     cp redistribute/* xpdf-tools/.
    25     toplevel_make_dist $GSDLOS xpdf-tools
    26     rm -rf xpdf-tools
     21    # See xpdftools' README: licencing files and xpdf-tools manpages
     22    # need to be redistributed with xpdf-tools binaries
     23    toplevel_make_dist $GSDLOS $GSDLOS/bin/pdf* $GSDLOS/man licence-files/*
    2724fi
Note: See TracChangeset for help on using the changeset viewer.