Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cfb4207bf11244dc99ae8ff4d81a373861328190
commit cfb4207bf11244dc99ae8ff4d81a373861328190 Author: VMiklos <[EMAIL PROTECTED]> Date: Mon Sep 10 22:10:21 2007 +0200 docs/repos: ln -s -> ln -sf newer git installs a post-receive hook by default and we need to overwrite it diff --git a/docs/repos.txt b/docs/repos.txt index e5d742d..428cf03 100644 --- a/docs/repos.txt +++ b/docs/repos.txt @@ -66,5 +66,5 @@ chmod +x .git/hooks/post-update For the others: ---- -ln -s /home/ftp/pub/other/git-hooks/git-hooks.py .git/hooks/post-receive +ln -sf /home/ftp/pub/other/git-hooks/git-hooks.py .git/hooks/post-receive ---- _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
