Bug correction
This commit is contained in:
parent
24bdfe72b0
commit
bada86afe8
1 changed files with 4 additions and 2 deletions
|
@ -76,8 +76,10 @@ cp -R * $targetpath
|
||||||
echo "Finalise lib script..."
|
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
|
cd $targetpath
|
||||||
tar -cf $targetpath/pkg.tar $targetpath/*
|
rm pkg.tar
|
||||||
|
tar -cf pkg.tar *
|
||||||
|
cd ../..
|
||||||
|
|
||||||
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…
Reference in a new issue