From ac89c4e322967e292a863941c999177f5bba2b4e Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Tue, 28 Dec 2010 13:58:54 +0100 Subject: No need to create links in GIT. --- make.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/make.sh b/make.sh index 231c707..6822aa1 100755 --- a/make.sh +++ b/make.sh @@ -47,16 +47,6 @@ function do_po() done } -# Setup things after CVS checkout or update. -# -function do_cvs() -{ - # Create missing symbolic links - [ -e uninstall.sh ] || ln -s install.sh uninstall.sh - [ -e README ] || ln -s INSTALL README - [ -e vdradmind ] || ln -s vdradmind.pl vdradmind -} - # Extract VDRAdmin-AM version from vdradmind.pl # function getVersion() @@ -102,10 +92,6 @@ function do_check() while [ $1 ] do case $1 in - cvs) - do_cvs - ;; - install) $INSTALL_SH -c ;; @@ -119,12 +105,10 @@ do ;; local) - do_cvs do_po ;; dist) - do_cvs do_po do_cl do_dist -- cgit v1.2.3