source: MondoRescue/branches/2.0.9/tools/common-env@ 2899

Last change on this file since 2899 was 760, checked in by Bruno Cornec, 18 years ago

merge -r758:759 $SVN_M/branches/stable

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 231 bytes
Line 
1#!/bin/bash
2#
3# Creates common environment
4#
5# $Id: common-env 760 2006-08-06 23:35:50Z bruno $
6#
7
8# Adapt to your needs
9export BASE=${HOME}/mondo
10export TOPDIR=${BASE}/build
11mkdir -p ${TOPDIR}
12export TMPDIR=/tmp
13export TMP=`mktemp -d /tmp/mondobuild.XXXXXXXXXX`
14
15umask 022
Note: See TracBrowser for help on using the repository browser.