X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mk-distr;h=302e5f2ae529b910a5aace74684220c416039bcc;hb=92f5d0b12ed82b7ac51acfa074de7bfad14c1084;hp=888f01b87b7c9c91c02cf54ca05fc3bd6f66354a;hpb=f5300f5741ad16ecddbbeb05cf754d347e166e57;p=bookmarks_db.git diff --git a/mk-distr b/mk-distr index 888f01b..302e5f2 100755 --- 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 . +# Author: Oleg Broytman . # Copyright: (C) 2004-2008 PhiloSoft Design. # License: GPL. @@ -10,7 +10,7 @@ # __version__ = \ # __revision__ = "$Id$" # __date__ = "$Date$"[7:-2] -# __author__ = "Oleg Broytmann " +# __author__ = "Oleg Broytman " # __copyright__ = "Copyright (C) 2004-2008 PhiloSoft Design" @@ -28,4 +28,4 @@ umask 022 cd "$HOME/work" || exit 1 svn export "$1" bookmarks_db || exit 1 cd bookmarks_db && make fulldistr && \ -exec rm -rf bookmarks_db +cd .. && exec rm -rf bookmarks_db