Changeset dc44153


Ignore:
Timestamp:
10/05/2005 05:26:35 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
7871325
Parents:
2e51f44
Message:

Making the scripts executables at generation time, instead of as part of a target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r2e51f44 rdc44153  
    212212  xsltproc --nonet --xinclude --stringparam testsuite $TEST -o ./commands/ \
    213213  $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
     214
     215  # Make the scripts executables.
     216  chmod -R +x $JHALFSDIR/commands
    214217
    215218  # Grab the patches and package names.
     
    667670        chown lfs \$(LFS)/tools && \\
    668671        chown lfs \$(LFS)/sources && \\
    669         chmod -R +x $JHALFSDIR/commands && \\
    670672        touch \$@
    671673
Note: See TracChangeset for help on using the changeset viewer.