diff options
Diffstat (limited to 'scripts/core-install.sh')
| -rwxr-xr-x | scripts/core-install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/core-install.sh b/scripts/core-install.sh index 06bd960..89e3f9e 100755 --- a/scripts/core-install.sh +++ b/scripts/core-install.sh @@ -1,5 +1,5 @@ #!/bin/sh -x -PKI_SRC=`cd ../.. ; pwd`/pki +SRC_DIR=`cd ../.. ; pwd` -rpm -ivh $PKI_SRC/packages.core/RPMS/combined/*.rpm +rpm -ivh $SRC_DIR/packages.core/RPMS/combined/*.rpm |
