X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mk-distr;h=888f01b87b7c9c91c02cf54ca05fc3bd6f66354a;hb=f5300f5741ad16ecddbbeb05cf754d347e166e57;hp=46fc3e54b700a6d7ed4788c05ab7ed9f605af409;hpb=e9a74fcc4d1f363d57dbf1b7dddb076a1c49626a;p=bookmarks_db.git diff --git a/mk-distr b/mk-distr index 46fc3e5..888f01b 100755 --- a/mk-distr +++ b/mk-distr @@ -3,7 +3,7 @@ # # This file is a part of Bookmarks Database and Internet robot. # Author: Oleg BroytMann . -# Copyright: (C) 2004 PhiloSoft Design. +# Copyright: (C) 2004-2008 PhiloSoft Design. # License: GPL. @@ -11,7 +11,7 @@ # __revision__ = "$Id$" # __date__ = "$Date$"[7:-2] # __author__ = "Oleg Broytmann " -# __copyright__ = "Copyright (C) 2004 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2004-2008 PhiloSoft Design" error() { @@ -27,4 +27,5 @@ fi umask 022 cd "$HOME/work" || exit 1 svn export "$1" bookmarks_db || exit 1 -cd bookmarks_db && exec make fulldistr +cd bookmarks_db && make fulldistr && \ +exec rm -rf bookmarks_db