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