HomeSort by relevance Sort by last modified time
    Searched refs:PACKAGEDIR (Results 1 - 2 of 2) sorted by null

  /livemedia/livemedia/
build_live_dvd.conf.sample 111 PACKAGEDIR=$LIVEKIT/packages
build_live_dvd 238 # This loop goes through all the subdirectories of PACKAGEDIR
239 # if the subdirectory is mentioned in PACKAGEDIR/buildpkg.list
252 for d in `cat $PACKAGEDIR/cdpkg.list`
255 if [[ -x $PACKAGEDIR/$d/install.live ]]; then
257 $PACKAGEDIR/$d/install.live $PACKAGEDIR/$d $BOOTCD_PROTO
262 if [[ -f "$PACKAGEDIR/$d/${d}.files.livecd" ]]
264 flist="$PACKAGEDIR/$d/${d}.files.livecd"
266 elif [[ -f "$PACKAGEDIR/$d/${d}.files" ]]
268 flist="$PACKAGEDIR/$d/${d}.files
    [all...]

Completed in 660 milliseconds