summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGr3qi2021-07-01 19:47:29 +0100
committerGr3qi2021-07-01 19:47:29 +0100
commit2fdf09d3892b7356439f2e4240f2844fdfa9a5c9 (patch)
tree46b483e565f80a9bc83c299fc0aed24ea69f8ef9 /PKGBUILD
parentf67a2287c151331dae2db882e34bfb6651a8a00d (diff)
downloadaur-2fdf09d3892b7356439f2e4240f2844fdfa9a5c9.tar.gz
Fix issue where emulator would not start
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486c512a56d2..7b8fe6612604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,7 @@ package_webos-emulator() {
depends=('virtualbox' 'webos-cli' 'java-runtime')
install -dm 755 "${pkgdir}"/usr/share/{webOS_TV_SDK/Emulator/v"${pkgver}",applications,pixmaps}
- install -dm 777 "${pkgdir}"/usr/share/webOS_TV_SDK/Emulator/Logs # For virtualbox
+ install -dm 777 "${pkgdir}"/usr/share/webOS_TV_SDK/Emulator/v"${pkgver}"/Logs # For virtualbox
unzip -o webOS_SDK/Emulator_tv_v"${pkgver}".zip
cd Emulator
patch --strip=1 --input="../emulator.patch"