Explorar o código

43.0-2: do not touch global git config

Jan Alexander Steffens %!s(int64=2) %!d(string=hai) anos
pai
achega
30de3c16e4
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      PKGBUILD

+ 2 - 3
PKGBUILD

@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=43.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Next generation desktop shell"
 url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -38,10 +38,9 @@ pkgver() {
 prepare() {
   cd gnome-shell
 
-  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {