Changeset 81cd513 for common


Ignore:
Timestamp:
03/09/2012 08:27:22 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
5573313
Parents:
b9b4e31
Message:

Add a sudo instruction in func_install_blfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    rb9b4e31 r81cd513  
    2525
    2626# Downloads the book, initialize the tracking file and the package database
    27 make -j1 -C $BUILDDIR$BLFS_ROOT TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
     27# sudo is needed if $BUILDDIR/var/lib is owned by root and /var/lib/jhalfs
     28# has to be created
     29sudo make -j1 -C $BUILDDIR$BLFS_ROOT TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
    2830    $BUILDDIR$BLFS_ROOT/packages.xml
    2931
Note: See TracChangeset for help on using the changeset viewer.