From: florianf Date: Sat, 20 Feb 2010 18:22:10 +0000 (+0000) Subject: makedist.sh: Include the external/ subdirectory in the distribution. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a98a852bb29e5d7748247d68535d798ba3494cf0;p=supertux.git makedist.sh: Include the external/ subdirectory in the distribution. git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6340 837edb03-e0f3-0310-88ca-d4d4e8b29345 --- diff --git a/makedist.sh b/makedist.sh index 110c53f06..7f45c32f9 100755 --- a/makedist.sh +++ b/makedist.sh @@ -17,7 +17,7 @@ cp --parents mk/cmake/*.cmake $DISTDIR cp --parents mk/msvc/* $DISTDIR echo "Copying files:" -for DIR in contrib data docs man src tools +for DIR in contrib data docs man src tools external do echo -n " $DIR ... " find "$DIR" -type f -exec "cp" "--parents" "{}" "$DISTDIR" ";" -o -name .svn -prune