summarylogtreecommitdiffstats
path: root/Install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Install.patch')
-rw-r--r--Install.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/Install.patch b/Install.patch
new file mode 100644
index 000000000000..91560f93e6b1
--- /dev/null
+++ b/Install.patch
@@ -0,0 +1,19 @@
+diff --git a/Install b/Install
+index 14e6207..aae92b4 100755
+--- a/Install
++++ b/Install
+@@ -2,14 +2,6 @@
+ # Copying files
+
+ ROOT_UID=0
+-DEST_DIR=
+-
+-# Destination directory
+-if [ "$UID" -eq "$ROOT_UID" ]; then
+- DEST_DIR="/usr/share/themes"
+-else
+- DEST_DIR="$HOME/.themes"
+-fi
+
+ repodir=$(cd $(dirname $0) && pwd)
+ srcdir=${repodir}/src