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

Once more, redoing the folder structure of the xpdftools tarball once extracted

File:
1 edited

Legend:

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

    r32257 r32259  
    1919# extracted xpdf-tools folder, not just pdf*.
    2020if [ $makedist = "1" ] ; then
    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/*
     21    # temporary folders to ensure folder structure of untarred distribution tarball is correct
     22    mkdir -p bin
     23    cp $GSDLOS/bin/pdf* bin/.
     24    # As per xpdftools' README, licencing files (README, COPYING, COPYING3) and
     25    # xpdf-tools' manpages need to be redistributed with xpdf-tools binaries
     26    cp -r $GSDLOS/man .
     27    toplevel_make_dist $GSDLOS bin man README COPYING*
     28    # remove the temporary bin and man folders
     29    rm -rf bin man
    2430fi
Note: See TracChangeset for help on using the changeset viewer.