diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 15:00:34 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 15:00:34 +0000 |
commit | f111cdaa75be03068e1f41813a788d7a5051b69e (patch) | |
tree | e3a9be3dc2da721170a66174dd67f6cc5b5d6e04 /e17/examine/examine.SlackBuild | |
parent | ce06dbced26534c3993d753527f10e8e4aa021d1 (diff) | |
download | slackbuilds-f111cdaa75be03068e1f41813a788d7a5051b69e.tar.gz slackbuilds-f111cdaa75be03068e1f41813a788d7a5051b69e.tar.bz2 |
changed ERROR_CVS to ERROR_VCS
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@449 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'e17/examine/examine.SlackBuild')
-rwxr-xr-x | e17/examine/examine.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e17/examine/examine.SlackBuild b/e17/examine/examine.SlackBuild index 72a7c796..7cab9a72 100755 --- a/e17/examine/examine.SlackBuild +++ b/e17/examine/examine.SlackBuild @@ -46,19 +46,19 @@ fi ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 -ERROR_PATCH=40; ERROR_CVS=42 +ERROR_PATCH=40; ERROR_VCS=41 SRC_DIR="$SRC_DIR/e17" mkdir -p $SRC_DIR if [ -d "$SRC_DIR/e17/apps/examine" ]; then cd $SRC_DIR/e17/apps/examine - cvs update || exit $ERROR_CVS + cvs update || exit $ERROR_VCS else cd $SRC_DIR # echo "Please hit ENTER on passwd prompt..." - # cvs -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e login || exit $ERROR_CVS - cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/examine || exit $ERROR_CVS + # cvs -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e login || exit $ERROR_VCS + cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/examine || exit $ERROR_VCS fi TMP="$TMP/$PACKAGE" |