Jan Alexander Steffens 5 年之前
父節點
當前提交
e3a3b17112
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -34,7 +34,7 @@ prepare() {
   cd $pkgname
 
   git submodule init
-  git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
   git submodule update
 }