Bug correction
This commit is contained in:
parent
37a0642fbf
commit
332dca677b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ echo "Finalise lib script..."
|
||||||
sed -i "/baseurl=/c\baseurl=http://downloads.sourceforge.net/project/archdi/release/pkg/$version" $targetpath/lib
|
sed -i "/baseurl=/c\baseurl=http://downloads.sourceforge.net/project/archdi/release/pkg/$version" $targetpath/lib
|
||||||
|
|
||||||
rm $targetpath/pkg.tar
|
rm $targetpath/pkg.tar
|
||||||
tar -cf $targetpath/pkg.tar
|
tar -cf $targetpath/pkg.tar $targetpath/*
|
||||||
|
|
||||||
echo "Publish release..."
|
echo "Publish release..."
|
||||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/pkg/
|
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/pkg/
|
||||||
|
|
Loading…
Add table
Reference in a new issue