]> git.phdru.name Git - bookmarks_db.git/blobdiff - mk-distr
Do it in tmp.
[bookmarks_db.git] / mk-distr
index 98ba9acb85b24548fbb657a226a5b98ad67252c6..7bbc823c7dac629f9e46379b959d2788d4d6e3a6 100755 (executable)
--- a/mk-distr
+++ b/mk-distr
@@ -2,7 +2,7 @@
 # Mk-distr script.
 #
 # This file is a part of Bookmarks Database and Internet robot.
-# Author: Oleg BroytMann <phd@phd.pp.ru>.
+# Author: Oleg Broytman <phd@phdru.name>.
 # Copyright: (C) 2004-2008 PhiloSoft Design.
 # License: GPL.
 
@@ -10,7 +10,7 @@
 # __version__ = \
 # __revision__ = "$Id$"
 # __date__ = "$Date$"[7:-2]
-# __author__ = "Oleg Broytmann <phd@phd.pp.ru>"
+# __author__ = "Oleg Broytman <phd@phdru.name>"
 # __copyright__ = "Copyright (C) 2004-2008 PhiloSoft Design"
 
 
@@ -25,7 +25,7 @@ fi
 
 
 umask 022
-cd "$HOME/work" || exit 1
+cd "$HOME/tmp" || exit 1
 svn export "$1" bookmarks_db || exit 1
 cd bookmarks_db && make fulldistr && \
 cd .. && exec rm -rf bookmarks_db