~gilir/debian-cd/lubuntu-non-pae

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Colin Watson
  • Date: 2012-03-09 16:39:19 UTC
  • Revision ID: cjwatson@canonical.com-20120309163919-0i41tqjadlgskfu8
revert xorriso changes that were supposed to be local to nusakan

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
  warty|hoary|breezy|dapper|edgy|feisty|gutsy|hardy|intrepid|jaunty|karmic|lucid|maverick|natty)
330
330
    ;;
331
331
  *)
332
 
    export i386_MKISOFS="/home/cdimage/xorriso/xorriso-local"
 
332
    export i386_MKISOFS="xorriso"
333
333
    export i386_MKISOFS_OPTS="-as mkisofs -r -checksum_algorithm_iso md5,sha1"
334
 
    export amd64_MKISOFS="/home/cdimage/xorriso/xorriso-local"
 
334
    export amd64_MKISOFS="xorriso"
335
335
    export amd64_MKISOFS_OPTS="-as mkisofs -r -checksum_algorithm_iso md5,sha1"
336
336
    ;;
337
337
esac