summaryrefslogtreecommitdiff
path: root/.extract.sh
diff options
context:
space:
mode:
Diffstat (limited to '.extract.sh')
-rwxr-xr-x.extract.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.extract.sh b/.extract.sh
index a4578fe..b26f890 100755
--- a/.extract.sh
+++ b/.extract.sh
@@ -14,7 +14,7 @@ fi
mkdir -p "$dir"
cd "$dir"
-GS=/usr/lib/gnome-shell/libgnome-shell.so
+GS=/usr/lib64/gnome-shell/libgnome-shell.so
for r in $(gresource list $GS); do
t="${r/#\/org\/gnome\/shell\/}"