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