This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Fix typo for packaging
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.22
falkTX
2 years ago
parent
6b3c96d8ae
commit
1abd04edab
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macosx/generate-pkg.sh
+ 1
- 1
macosx/generate-pkg.sh
View File
@@ -18,7 +18,7 @@ fi
if [ -n "${2}" ]; then
VERSION="${2}"
else
VERSION=$(cat ../wscript | awk 'sub("VERSION=","")' | tr -d "'")
VERSION=$(cat ../wscript | awk 'sub("VERSION
=
","")'
| head -n 1
| tr -d "'")
fi
rm -f jack2-osx-root.pkg
Write
Preview
Loading…
Cancel
Save