summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2021-06-22 18:26:36 +0200
committerMartino Pilia2021-06-22 18:26:36 +0200
commite45fcb70230311a3264f2c6762a5b4cee1a423e6 (patch)
treeac119c3b471e4cb0a43a7521e5cce77179998ad6 /PKGBUILD
parent44cb6dba1417cc94f76f2f3c562aacc8e516a027 (diff)
downloadaur-e45fcb70230311a3264f2c6762a5b4cee1a423e6.tar.gz
Remove duplicate command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd143c2472b2..e42c0b4bf9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vsce
pkgver=1.93.0
-pkgrel=2
+pkgrel=3
pkgdesc="Visual Studio Code extension manager"
arch=('any')
url="https://github.com/Microsoft/vscode-vsce"
@@ -24,13 +24,11 @@ package() {
# See https://github.com/npm/cli/issues/1103 for details.
find "${pkgdir}/usr" -type d -exec chmod 755 {} +
+ # Fix ownership
# npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396
chown -R root:root "${pkgdir}"
- # Fix ownership
- chown -R root:root "${pkgdir}"/*
-
install -D -m644 \
"${srcdir}/package/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"