mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-14 11:37:43 +00:00
Merge pull request #5607 from keymanapp/fix/linux/launchpad
fix(linux): Fix uploading to launchpad 📦
This commit is contained in:
commit
e49d7dcff0
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
keyman (15.0.90) UNRELEASED; urgency=medium
|
||||
keyman (15.0.90-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Consolidate source packages
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ function downloadSource() {
|
|||
packageDir=$1
|
||||
|
||||
if [ "${proj}" == "keyman" ]; then
|
||||
cd ${BASEDIR}/..
|
||||
cd ${BASEDIR}
|
||||
else
|
||||
cd ${proj}
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue