source: MondoRescue/branches/stable/tools/fc-env@ 1886

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

Introduction of build scripts for Fedora Core Extras packages

  • Property svn:executable set to *
File size: 282 bytes
Line 
1#!/bin/bash
2#
3# Environmeent for Fedora Core
4#
5# $Id$
6#
7
8/sbin/ifconfig | egrep -q '10\.3' 2>&1 > /dev/null
9if [ $? = 0 ]; then
10 export DESTMACH=mondo.hpintelco.org
11else
12 export DESTMACH=www.mondorescue.org
13fi
14
15export ACCOUNT=bruno@$DESTMACH
16export DSTDIR=/mondo/ftp/fedora-extras/
Note: See TracBrowser for help on using the repository browser.