diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 04:15:17 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-19 04:15:17 +0000 |
commit | c318eeb7684e49ac9140aba73ddc63c1b12474f3 (patch) | |
tree | 22669c60f8ac6dea2ba41efc9a8b5a5e9bbe012a /e17/entrance/entrance.SlackBuild | |
parent | ff908608d1e4f04d82fb3897dca00d1a77da3b4a (diff) | |
download | slackbuilds-c318eeb7684e49ac9140aba73ddc63c1b12474f3.tar.gz slackbuilds-c318eeb7684e49ac9140aba73ddc63c1b12474f3.tar.bz2 |
e17: entrance fix and added e_utils
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@444 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'e17/entrance/entrance.SlackBuild')
-rwxr-xr-x | e17/entrance/entrance.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/e17/entrance/entrance.SlackBuild b/e17/entrance/entrance.SlackBuild index dba4cc84..68e211e9 100755 --- a/e17/entrance/entrance.SlackBuild +++ b/e17/entrance/entrance.SlackBuild @@ -51,14 +51,14 @@ ERROR_PATCH=40; ERROR_CVS=42 SRC_DIR="$SRC_DIR/e17" mkdir -p $SRC_DIR -if [ -d "$SRC_DIR/apps/e" ]; then - cd $SRC_DIR/e17/apps/e +if [ -d "$SRC_DIR/apps/entrance" ]; then + cd $SRC_DIR/e17/apps/entrance cvs update || exit $ERROR_CVS 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/e || exit $ERROR_CVS + cvs -z3 -d:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17/apps/entrance || exit $ERROR_CVS fi TMP="$TMP/$PACKAGE" @@ -66,7 +66,7 @@ rm -rf $TMP mkdir -p $TMP cd $TMP -cd $SRC_DIR/e17/apps/e +cd $SRC_DIR/e17/apps/entrance make clean &> /dev/null ./autogen.sh --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR || exit $ERROR_CONF |