Update makerelease
This commit is contained in:
parent
e21fd741db
commit
2aa9a8c769
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ mkdir -p $targetpath
|
|||
cp -R * $targetpath
|
||||
|
||||
echo "Finalise archfi script..."
|
||||
sed -i "/baseurl=http://downloads.sourceforge.net/c\baseurl=http://downloads.sourceforge.net/project/archfi/release/$version" $targetpath/archfi
|
||||
sed -i "/baseurl=https://raw.githubusercontent.com/MatMoul/archfi/c\baseurl=http://downloads.sourceforge.net/project/archfi/release/$version" $targetpath/archfi
|
||||
|
||||
echo "Publish release..."
|
||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
|
||||
|
|
Loading…
Reference in a new issue