mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
fixed svn script
This commit is contained in:
parent
98d74a3cef
commit
9920058b1f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue