source: MondoRescue/trunk/tools/common-env@ 764

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

merge -r728:763 $SVN_M/branches/stable

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