mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
build: Fix `sync-with-upstream'.
* nix/sync-with-upstream: Remove schema.sql.hh.
This commit is contained in:
parent
90a0048f5e
commit
8cf13c1f70
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# GNU Guix --- Functional package management for GNU
|
# GNU Guix --- Functional package management for GNU
|
||||||
# Copyright © 2012 Ludovic Courtès <ludo@gnu.org>
|
# Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
|
||||||
#
|
#
|
||||||
# This file is part of GNU Guix.
|
# This file is part of GNU Guix.
|
||||||
#
|
#
|
||||||
|
@ -61,6 +61,9 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# This file should be generated by our build system so remove it.
|
||||||
|
rm -fv "$top_srcdir/nix/libstore/schema.sql.hh"
|
||||||
|
|
||||||
cp -v "$top_srcdir/nix-upstream/COPYING" "$top_srcdir/nix"
|
cp -v "$top_srcdir/nix-upstream/COPYING" "$top_srcdir/nix"
|
||||||
cp -v "$top_srcdir/nix-upstream/AUTHORS" "$top_srcdir/nix"
|
cp -v "$top_srcdir/nix-upstream/AUTHORS" "$top_srcdir/nix"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue