summaryrefslogtreecommitdiffstats
path: root/scripts/console-install.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-16 11:07:20 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-08-16 11:07:20 -0500
commit13a2ffbabac5c603265b50c9fef961961651b3a4 (patch)
treea3b5a07268fa84341d2a2972aceace6d15a8cf46 /scripts/console-install.sh
parent974bef147801d25026bafd3ebaf44012d4867294 (diff)
downloadpki-dev-13a2ffbabac5c603265b50c9fef961961651b3a4.tar.gz
pki-dev-13a2ffbabac5c603265b50c9fef961961651b3a4.tar.xz
pki-dev-13a2ffbabac5c603265b50c9fef961961651b3a4.zip
Update build paths.
Diffstat (limited to 'scripts/console-install.sh')
-rwxr-xr-xscripts/console-install.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/console-install.sh b/scripts/console-install.sh
index 003d097..40b768d 100755
--- a/scripts/console-install.sh
+++ b/scripts/console-install.sh
@@ -1,6 +1,9 @@
#!/bin/sh -x
-SRC_DIR=`cd ../.. ; pwd`
+WORK_DIR=`pwd`
+PROJECT_DIR=`cd ../.. ; pwd`
+COMPONENT=console
-cd $SRC_DIR/repo
-rpm -ivh pki-console-*.rpm
+cd $WORK_DIR/build/$COMPONENT/repo
+
+yum install -y *.rpm