mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
268d90f2b1
(cherry picked from commit 0e598c0d9c)
Co-authored-by: sadlerm4 <sad_lerm@hotmail.com>
10 lines
231 B
Diff
10 lines
231 B
Diff
diff --git a/usr/bin/sticky b/usr/bin/sticky
|
|
index 7425e9c..a00e755 100755
|
|
--- a/usr/bin/sticky
|
|
+++ b/usr/bin/sticky
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/bash
|
|
|
|
-/usr/lib/sticky/sticky.py $*
|
|
+/usr/lib/python3*/site-packages/sticky/sticky.py $*
|