Last change
on this file since 1609 was 878, checked in by Bruno Cornec, 19 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
|
---|
9 | if [ $? = 0 ]; then
|
---|
10 | export DESTMACH=mondo.hpintelco.org
|
---|
11 | else
|
---|
12 | export DESTMACH=www.mondorescue.org
|
---|
13 | fi
|
---|
14 |
|
---|
15 | export ACCOUNT=bruno@$DESTMACH
|
---|
16 | export DSTDIR=/mondo/ftp/fedora-extras/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.