From 8b9b4430369a6954c8067f9d82c926a4c69dfd77 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 3 Jun 2012 17:17:42 +0200 Subject: [PATCH] scripts/ksync: fix make dist The file that contains the list of files to sync has been renamed, but the Makefile was not updated. Fix that. Signed-off-by: "Yann E. MORIN" --- scripts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 6c34d2f..2df640c 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1 +1 @@ -EXTRA_DIST = ksync.sh kernel2kfrontends.list version.sh +EXTRA_DIST = ksync.sh ksync.list version.sh -- 2.39.5