Last change
on this file since 755 was 755, checked in by Bruno Cornec, 19 years ago |
- Use _defaultdocdir instead of RPM_DOC_DIR for doc built
- %doc in spec files reviewed
- Log file for all build scripts
- Fix a bug for ebuild
- src file is now name-verion.tar.gz (without TAG)
- deb pkgs should now be copied on ftp server
- Fix 2 warnings in mondo
- Fix a bug introduced for LVM on Debian hopefully
- Fix a bug on old distros where mktemp needs a template
|
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Id
|
File size:
219 bytes
|
Rev | Line | |
---|
[20] | 1 | #!/bin/bash
|
---|
| 2 | #
|
---|
[549] | 3 | # Creates common environment
|
---|
[33] | 4 | #
|
---|
| 5 | # $Id: common-env 755 2006-08-06 23:15:58Z bruno $
|
---|
| 6 | #
|
---|
[20] | 7 |
|
---|
| 8 | # Adapt to your needs
|
---|
[33] | 9 | export BASE=${HOME}/mondo
|
---|
[550] | 10 | export TOPDIR=${BASE}/build
|
---|
[547] | 11 | mkdir -p ${TOPDIR}
|
---|
[727] | 12 | export TMPDIR=/tmp
|
---|
[755] | 13 | export TMP=`mktemp -d tmp.XXXXXXXXXX`
|
---|
[629] | 14 |
|
---|
| 15 | umask 022
|
---|
Note:
See
TracBrowser
for help on using the repository browser.