Fixed general IRIX/Linux problems when running the -udf option.

Changed specific _scratch_xfs_mkfs to general _scratch_mkfs call.
This commit is contained in:
ptools
2004-07-09 04:04:14 +00:00
parent 04caa29aa4
commit af9fb020ce
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ case "$HOSTOS" in
;;
Linux)
export MKFS_XFS_PROG="`set_prog_path mkfs.xfs`"
export MKFS_UDF_PROG="`set_prog_path mkfs.udf`"
export MKFS_UDF_PROG="`set_prog_path mkudffs`"
export XFS_FSR_PROG="`set_prog_path xfs_fsr`"
export MKFS_NFS_PROG="false"
;;