~ruther/guix-local

ref: 2dd36f5a097d81b4643435396021568b0fd0e8ce guix-local/bootstrap -rwxr-xr-x 207 bytes
2dd36f5a — Ludovic Courtès nls: Update 'eo' and 'vi' translations. 11 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Import missing source files and create the build system.

set -e -x

top_srcdir="$PWD"
export top_srcdir

git submodule init
git submodule update

./nix/sync-with-upstream

exec autoreconf -vfi