summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-01-26 23:56:18 +0100
committerLudovic Courtès <ludo@gnu.org>2015-01-26 23:56:18 +0100
commitf8bcf997d507854701ae4adad223c33f58564492 (patch)
tree39c949b51495ea8abdeb06cd5a648753f9173e67
parent873c4085c824da90a1d3f89d7b9e4198376bfa49 (diff)
downloadguix-f8bcf997d507854701ae4adad223c33f58564492.tar.gz
guix-f8bcf997d507854701ae4adad223c33f58564492.tar.xz
build: Remove reference to non-existent file.
* daemon.am (EXTRA_DIST): Remove nix/sync-with-upstream.
-rw-r--r--daemon.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon.am b/daemon.am
index fb662b1b14..5963606861 100644
--- a/daemon.am
+++ b/daemon.am
@@ -1,5 +1,5 @@
# GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
+# Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
#
# This file is part of GNU Guix.
#
@@ -180,7 +180,6 @@ nodist_libexec_SCRIPTS = \
nix/scripts/guix-authenticate
EXTRA_DIST += \
- nix/sync-with-upstream \
nix/libstore/schema.sql \
nix/AUTHORS \
nix/COPYING