Last change
on this file since 549 was 549, checked in by bcornec, 19 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
|
Line | |
---|
1 | #!/bin/bash
|
---|
2 | #
|
---|
3 | # Creates common environment
|
---|
4 | #
|
---|
5 | # $Id: common-env 549 2006-05-13 23:42:49Z bcornec $
|
---|
6 | #
|
---|
7 |
|
---|
8 | # Adapt to your needs
|
---|
9 | export BASE=${HOME}/mondo
|
---|
10 | export TOPDIR=${BASE}/RPMS
|
---|
11 | mkdir -p ${TOPDIR}
|
---|
12 | export TMP=${BASE}/tmp
|
---|
13 | mkdir -p ${TMP}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.