aboutsummaryrefslogtreecommitdiff
path: root/make-distribution.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make-distribution.sh')
-rwxr-xr-xmake-distribution.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make-distribution.sh b/make-distribution.sh
index 7c0fb8992a..45c99e42e5 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