summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornano132017-11-22 01:50:47 +0100
committernano132017-11-22 01:50:47 +0100
commitfb35f87519996fcd4a3e91c46f69047e56d2a704 (patch)
treebd4ae74217beb8bb85176013501dc9489c5724f3
parent34e7cb8fd27156ca8a2db00e12fe603b170ce09e (diff)
downloadaur-fb35f87519996fcd4a3e91c46f69047e56d2a704.tar.gz
initializing submodules
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5007389a03e7..0891bc1916b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,9 @@ pkgver() {
package() {
cd "$srcdir"/"$_pkgname"
+ # initialize submodules
+ git submodule update --init --recursive
+
# putting the freedesktop .desktop file and the program icon to the right place
mkdir -p "$pkgdir"/usr/share/applications
mkdir -p "$pkgdir"/usr/share/pixmaps