Changeset 3aa1acd for jhalfs


Ignore:
Timestamp:
03/19/2017 02:54:28 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, trunk
Children:
9da16d9
Parents:
70ea617
Message:

Add checks for the files used by package management functions. Fix #1701

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r70ea617 r3aa1acd  
    383383
    384384  # Copy packageManager.xml, if needed
    385   [[ "$PKGMNGT" = "y" ]] && [[ "$PROGNAME" = "lfs" ]] &&
    386     cp $PKGMNGTDIR/packageManager.xml  $JHALFSDIR/ &&
     385  [[ "$PKGMNGT" = "y" ]] && [[ "$PROGNAME" = "lfs" ]] && {
     386    cp $PKGMNGTDIR/packageManager.xml  $JHALFSDIR/
    387387    cp $PKGMNGTDIR/packInstall.sh  $JHALFSDIR/
     388    }
    388389  #
    389390  # Copy urls.xsl, if needed
Note: See TracChangeset for help on using the changeset viewer.