From: Oleg Broytman Date: Sat, 1 Jan 2011 13:16:51 +0000 (+0000) Subject: Do it in tmp. X-Git-Tag: v4.5.3~81 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=ab815a37e54d51b330eb1c8a756f9d52bba859ad Do it in tmp. git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@295 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- diff --git a/mk-distr b/mk-distr index bd82cac..7bbc823 100755 --- a/mk-distr +++ b/mk-distr @@ -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