summaryrefslogtreecommitdiffstats
path: root/scripts/core-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/core-update.sh')
-rwxr-xr-xscripts/core-update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/core-update.sh b/scripts/core-update.sh
index 904bd29..57dff8e 100755
--- a/scripts/core-update.sh
+++ b/scripts/core-update.sh
@@ -1,5 +1,5 @@
#!/bin/sh -x
-PKI_SRC=`cd ../.. ; pwd`/pki
+SRC_DIR=`cd ../.. ; pwd`
-rpm -Uvh $PKI_SRC/packages.core/RPMS/combined/*.rpm
+rpm -Uvh $SRC_DIR/packages.core/RPMS/combined/*.rpm