On the off chance anybody is testing on Gentoo, and has a local git tree 
available, to save you some typing:

cd <overlay path>/app-shells/ksh
ebuild ksh-93.20120518.ebuild unpack
pushd <git root> # everyone has defined this for themselves right?
git checkout 2012-05-15
popd
pushd /var/tmp/portage/app-shells/ksh-93.20120518/work
set -o globstar # if ksh
( src=/home/ormaaj/doc/git/ast-open; for i in "${src}"/**/Mamfile; do 
x=${i#${src}/}; [[ -d ${x%Mamfile} ]] && cp "$i" "$x"; done )
popd
ebuild ksh-93.20120518.ebuild qmerge

A Portage hook function could be defined instead but I assume this will be 
fixed shortly.
-- 
Dan Douglas

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to