From a8fb218749f89e8b3643dd354a615020a5894c5b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 6 Sep 2003 10:45:59 +0000 Subject: [PATCH] Install all of the Data directory --- stepmania/PBProject/scripts/make_dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/PBProject/scripts/make_dist.sh b/stepmania/PBProject/scripts/make_dist.sh index 5c7f67d3fb..5a2bffbaa9 100755 --- a/stepmania/PBProject/scripts/make_dist.sh +++ b/stepmania/PBProject/scripts/make_dist.sh @@ -11,8 +11,8 @@ DIRS=(Announcers/instructions.txt BGAnimations/instructions.txt \ NoteSkins/dance/note NoteSkins/dance/solo NoteSkins/pump/Classic \ NoteSkins/pump/default RandomMovies/instructions.txt \ Songs/instructions.txt Themes/instructions.txt Themes/default \ - Visualizations/instructions.txt Data/Translation.dat Data/AI.ini \ - Data/VideoCardDefaults.ini COPYING.txt README-FIRST.html NEWS) + Visualizations/instructions.txt Data) + NUM=0 TOTAL=0 FIND=`which find`