Skip to content

Commit 31c3258

Browse files
committed
Add the lib path for Debian which has shitty tree.
1 parent efae8d0 commit 31c3258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/tilegtk.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace eval ttk::theme::tilegtk {
1010
switch -glob [::platform::generic] {
1111
*_64 {
1212
set paths {
13-
/usr/lib64 /opt/gnome/lib /usr/openwin/lib
13+
/usr/lib64 /usr/lib /opt/gnome/lib /usr/openwin/lib /usr/lib/x86_64-linux-gnu
1414
}
1515
}
1616
default {

0 commit comments

Comments
 (0)