fixed svn script

This commit is contained in:
Zach Tibbitts 2007-02-07 01:02:47 +00:00
parent 98d74a3cef
commit 9920058b1f
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ do
cp $file working/
done
echo " Copying data to working directory: "
for file in $(echo glade/*)
for file in $(echo src/glade/*)
do
cp $file working/glade/
done
for file in $(echo pixmaps/*)
for file in $(echo src/pixmaps/*)
do
cp $file working/pixmaps/
done