Update makerelease
This commit is contained in:
parent
1ddba1276a
commit
3e14f3a128
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=https://raw.githubusercontent.com/MatMoul/archfi/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