SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
x11/awesome/patches/patch-lib_menubar_icon_theme_lua
Normal file
18
x11/awesome/patches/patch-lib_menubar_icon_theme_lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
Index: lib/menubar/icon_theme.lua
|
||||
--- lib/menubar/icon_theme.lua.orig
|
||||
+++ lib/menubar/icon_theme.lua
|
||||
@@ -47,12 +47,12 @@ local get_pragmatic_base_directories = function()
|
||||
if gfs.dir_readable(dir) then
|
||||
table.insert(dirs, dir)
|
||||
end
|
||||
- if dir == "/usr/share/pixmaps" then
|
||||
+ if dir == "${LOCALBASE}/share/pixmaps" then
|
||||
need_usr_share_pixmaps = false
|
||||
end
|
||||
end
|
||||
|
||||
- dir = "/usr/share/pixmaps"
|
||||
+ dir = "${LOCALBASE}/share/pixmaps"
|
||||
if need_usr_share_pixmaps and gfs.dir_readable(dir) then
|
||||
table.insert(dirs, dir)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue