tools-uclibc: make MyCatalyst = $(pwd)
This commit is contained in:
parent
165c3428f3
commit
31a49370f5
27 changed files with 30 additions and 27 deletions
|
@ -23,7 +23,8 @@ prepare_confs() {
|
|||
|
||||
for s in 1 2 3; do
|
||||
cat stage${s}-${arch}-uclibc-${flavor}.conf.template | \
|
||||
sed -e "s/\(^version_stamp.*$\)/\1-${mydate}/" > stage${s}-${arch}-uclibc-${flavor}.conf
|
||||
sed -e "s:\(^version_stamp.*$\):\1-${mydate}:" \
|
||||
-e "s:MyCatalyst:$(pwd):" > stage${s}-${arch}-uclibc-${flavor}.conf
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue