tools-uclibc: make MyCatalyst = $(pwd)

This commit is contained in:
Anthony G. Basile 2013-02-03 09:45:30 -05:00
parent 165c3428f3
commit 31a49370f5
27 changed files with 30 additions and 27 deletions

View file

@ -17,7 +17,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
}