beos: Export icons/ resources with a lowercase i
That's what GTK does, and it fixes the dirlist icons too.
This commit is contained in:
parent
917f8ca804
commit
e1e1b5c45b
|
@ -101,7 +101,7 @@ RDEP_BEOS := \
|
|||
adblock.css beosdefault.css default.css internal.css quirks.css \
|
||||
netsurf.png ca-bundle.txt
|
||||
RDEP_BEOS := $(addprefix beos/res/,$(RDEP_BEOS)) \
|
||||
$(wildcard beos/res/Icons/*.png) \
|
||||
$(wildcard beos/res/icons/*.png) \
|
||||
$(wildcard beos/res/throbber/throbber*.png)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue