Fix path
This commit is contained in:
parent
c606017cb4
commit
af4c763945
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ VERSION=$(awk -F '"' '/self.version =/ {print $2}' ${BASEDIR}/wireguide/src/wire
|
|||
cd ${BASEDIR}
|
||||
|
||||
# Import signing key
|
||||
sudo rpm --import ${BASEDIR}/repo/debian/PUBLIC.KEY
|
||||
sudo rpm --import ${BASEDIR}/repo/PUBLIC.KEY
|
||||
|
||||
# Convert deb to rpm
|
||||
sudo alien -g -r ${BASEDIR}/wireguide_${VERSION}_all.deb
|
||||
|
|
Loading…
Add table
Reference in a new issue