[arch-commits] Commit in code/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Sep 11 04:13:02 UTC 2018


    Date: Tuesday, September 11, 2018 @ 04:13:02
  Author: ffy00
Revision: 379432

upgpkg: code 1.27.1-5

Fix loader path.

Modified:
  code/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 03:16:15 UTC (rev 379431)
+++ PKGBUILD	2018-09-11 04:13:02 UTC (rev 379432)
@@ -6,7 +6,7 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 pkgver=1.27.1
-pkgrel=4
+pkgrel=5
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
@@ -89,7 +89,7 @@
   cp -r --no-preserve=ownership --preserve=mode VSCode-linux-$_vscode_arch/resources/* "$pkgdir"/usr/lib/$pkgname/
 
   # Install binary
-  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/code.js
+  install -Dm 755 code.js "$pkgdir"/usr/lib/$pkgname/app/code.js
   install -Dm 755 code.sh "$pkgdir"/usr/bin/code
 
   # Install appdata and desktop file



More information about the arch-commits mailing list