Lines Matching refs:rootDir
48 if ( $?rootDir ) then
49 echo ${prog}: root-dir parameter already set to ${rootDir}.
57 set rootDir = $argv[2]
116 if ( $?rootDir ) then
121 set rootDir = "$argv[1]"
129 if ( ! $?rootDir ) then
158 set pkgTop = ${rootDir:t}
159 set parent = ${rootDir:h}
162 set parent = $rootDir
235 $mkbom $rootDir $pkgBom >& /dev/null
259 @ installedSize = `/usr/bin/du -k -s $rootDir | $awk '{print $1}'`