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

  /livemedia/livemedia/
rev_file.pl 30 my ($fl) = $ARGV[0];
32 open(PKGS, "<$fl") || die "Unable to open $fl";
build_live_dvd.lib 33 typeset fl=""
41 fl="$f"
53 fl=`echo $f | sed 's/=/ /' | cut -d" " -f1`
55 ln -sf $trg "$TARGETDIR/$fl"
59 fl=`echo $f | sed 's/=/ /' | cut -d" " -f1`
63 cd `dirname "$TARGETDIR/$fl"`
64 ln -f $trg `basename "$fl"`
74 /usr/bin/chmod $perms "$TARGETDIR/$fl"
76 /usr/bin/chown $own "$TARGETDIR/$fl"
78 /usr/bin/chown -h $own "$TARGETDIR/$fl"
    [all...]

Completed in 0 milliseconds