diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index de919b72a..795422cf9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -14,6 +14,8 @@ PKG_NAME="nautilus" exit 1 } +git submodule update --init --recursive + which gnome-autogen.sh || { echo "gnome-autogen.sh not found, you need to install gnome-common" exit 1 |