|
@ -22,16 +22,12 @@ tagdata="`egrep "^\[($tag)\]" $base/package/$repository/$realpkg/$realpkg.desc | |
|
|
tag="`echo $tag | cut -f1 -d'|' | tr - _`" |
|
|
tag="`echo $tag | cut -f1 -d'|' | tr - _`" |
|
|
eval "desc_$tag=\"\$tagdata\"" |
|
|
eval "desc_$tag=\"\$tagdata\"" |
|
|
|
|
|
|
|
|
# detect patch files ... |
|
|
|
|
|
|
|
|
|
|
|
patchfiles="$base/package/$repository/${pkg/-cross/}/*.patch" |
|
|
patchfiles="$base/package/$repository/${pkg/-cross/}/*.patch" |
|
|
|
|
|
|
|
|
for x in $patchfiles ; do |
|
|
for x in $patchfiles ; do |
|
|
[ -e $x ] || var_remove patchfiles $x |
|
|
[ -e $x ] || var_remove patchfiles $x |
|
|
done |
|
|
done |
|
|
|
|
|
|
|
|
set +x |
|
|
|
|
|
|
|
|
|
|
|
#arch=sparc64 |
|
|
#arch=sparc64 |
|
|
arch_machine="sparc64" |
|
|
arch_machine="sparc64" |
|
|
arch_target="sparc64-unknown-linux-gnu" |
|
|
arch_target="sparc64-unknown-linux-gnu" |
|
|