From 47688f132bd342bce1096480b83b1d27aa8bfd04 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Wed, 26 Nov 2014 13:33:14 +0000 Subject: [PATCH] Add data/ to distributions --- make-distribution.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/make-distribution.sh b/make-distribution.sh index 7c0fb8992a155..45c99e42e5a5b 100755 --- a/make-distribution.sh +++ b/make-distribution.sh @@ -201,6 +201,9 @@ if [ -e "$FWDIR"/CHANGES.txt ]; then cp "$FWDIR/CHANGES.txt" "$DISTDIR" fi +# Copy data files +cp -r "$FWDIR/data" "$DISTDIR" + # Copy other things mkdir "$DISTDIR"/conf cp "$FWDIR"/conf/*.template "$DISTDIR"/conf