gnu: file: Remove replacement; add separate file-5.20 package.
[guix.git] / bootstrap
blobf34c43dc52f7dc83a613f2b6fc8388cccc01260a
1 #!/bin/sh
3 # Import missing source files and create the build system.
5 set -e -x
7 top_srcdir="$PWD"
8 export top_srcdir
10 git submodule init
11 git submodule update
13 ./nix/sync-with-upstream
15 exec autoreconf -vfi