diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2010-12-28 13:58:54 +0100 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2010-12-28 13:58:54 +0100 |
commit | ac89c4e322967e292a863941c999177f5bba2b4e (patch) | |
tree | 53fdd3cac6206607985ec8646d513c1097fec9bc | |
parent | 7a55e0b2c0c9c1ff2687cd9baccef093ec8daac1 (diff) | |
download | vdradmin-am-ac89c4e322967e292a863941c999177f5bba2b4e.tar.gz vdradmin-am-ac89c4e322967e292a863941c999177f5bba2b4e.tar.bz2 |
No need to create links in GIT.
-rwxr-xr-x | make.sh | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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 |