mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +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/
|
cp $file working/
|
||||||
done
|
done
|
||||||
echo " Copying data to working directory: "
|
echo " Copying data to working directory: "
|
||||||
for file in $(echo glade/*)
|
for file in $(echo src/glade/*)
|
||||||
do
|
do
|
||||||
cp $file working/glade/
|
cp $file working/glade/
|
||||||
done
|
done
|
||||||
for file in $(echo pixmaps/*)
|
for file in $(echo src/pixmaps/*)
|
||||||
do
|
do
|
||||||
cp $file working/pixmaps/
|
cp $file working/pixmaps/
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue