source: MondoRescue/branches/stable/tools/common-env@ 549

Last change on this file since 549 was 549, checked in by bcornec, 18 years ago

Build process update:
3 phases work:

svn2tar creates the source tar files instantiated from SVN
svn2build creates all the pkg build scripts for all pkgs from SVN
mkqemu will then uses these results to create the real pkgs

creation of a svn-env containing the SVN part of common-env

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 189 bytes
RevLine 
[20]1#!/bin/bash
2#
[549]3# Creates common environment
[33]4#
5# $Id: common-env 549 2006-05-13 23:42:49Z bcornec $
6#
[20]7
8# Adapt to your needs
[33]9export BASE=${HOME}/mondo
[547]10export TOPDIR=${BASE}/RPMS
11mkdir -p ${TOPDIR}
[548]12export TMP=${BASE}/tmp
13mkdir -p ${TMP}
Note: See TracBrowser for help on using the repository browser.