diff options
Diffstat (limited to 'scripts/core-update.sh')
| -rwxr-xr-x | scripts/core-update.sh | 4 |
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 |
