Skip to content

Commit

Permalink
Add trailing slash to directory name when zipping Django.
Browse files Browse the repository at this point in the history
git-svn-id: http://rietveld.googlecode.com/svn/trunk@403 e30e9e8f-1b4c-0410-881d-6f13584adfe0
  • Loading branch information
albrecht.andi committed Mar 11, 2009
1 parent b31865c commit ee71ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rm -rf $ZIPFILE
# - contrib/gis/ and related files because it's huge and unneeded.
# - *.po and *.mo files because they are bulky and unneeded.
# - *.pyc and *.pyo because they aren't used by App Engine anyway.
zip -q $ZIPFILE `find django \
zip -q $ZIPFILE `find django/ \
-name .svn -prune -o \
-name gis -prune -o \
-name admin -prune -o \
Expand Down

0 comments on commit ee71ab4

Please sign in to comment.