]> git.phdru.name Git - bookmarks_db.git/commitdiff
rm -rf bookmarks_db
authorOleg Broytman <phd@phdru.name>
Sun, 9 Mar 2008 22:15:22 +0000 (22:15 +0000)
committerOleg Broytman <phd@phdru.name>
Sun, 9 Mar 2008 22:15:22 +0000 (22:15 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@214 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

mk-distr

index 46fc3e54b700a6d7ed4788c05ab7ed9f605af409..888f01b87b7c9c91c02cf54ca05fc3bd6f66354a 100755 (executable)
--- a/mk-distr
+++ b/mk-distr
@@ -3,7 +3,7 @@
 #
 # This file is a part of Bookmarks Database and Internet robot.
 # Author: Oleg BroytMann <phd@phd.pp.ru>.
-# 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 <phd@phd.pp.ru>"
-# __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