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

Jan Steffens heftig at archlinux.org
Tue Jun 6 09:09:34 UTC 2017


    Date: Tuesday, June 6, 2017 @ 09:09:33
  Author: heftig
Revision: 297852

restore submodule config

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 09:08:04 UTC (rev 297851)
+++ PKGBUILD	2017-06-06 09:09:33 UTC (rev 297852)
@@ -21,6 +21,10 @@
 prepare() {
   mkdir -p build libne/usr/{lib,share}
   cd $pkgbase
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
 }
 
 pkgver() {



More information about the arch-commits mailing list