Changeset 9da16d9 for BLFS/xsl


Ignore:
Timestamp:
03/19/2017 04:17:18 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
c7c32a3
Parents:
3aa1acd
Message:

Fix a bug in the blfs scripts, occuring when the pacakge is neither a
tarball nor a zip file: copy the package from $SRC_DIR to the xxx-build dir.
And in case they are needed, copy the additional files too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r3aa1acd r9da16d9  
    146146     UNPACKDIR=$PKG_DIR-build
    147147     mkdir $UNPACKDIR
    148      cp $PACKAGE $UNPACKDIR
     148     cp $SRC_DIR/$PACKAGE $UNPACKDIR
     149     cp $(find . -mindepth 1 -maxdepth 1 -type l) $UNPACKDIR
    149150     ;;
    150151esac
Note: See TracChangeset for help on using the changeset viewer.