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:
François Revol 2013-12-31 14:44:12 +01:00
parent 917f8ca804
commit e1e1b5c45b
2 changed files with 1 additions and 1 deletions

View File

@ -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)