Skip to content

Commit

Permalink
Feature plymouth: Fix plymouth libdir
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Jun 7, 2021
1 parent d4f06a5 commit 1db6819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/plymouth/bin/get-theme-files
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ get_module()

set -- ${l#*=}

fn="$LIBDIR/plymouth/$*.so"
fn="$PLYMOUTH_LIBDIR/$*.so"

[ -f "$fn" ] ||
fatal "ModuleName: file not found: $fn"
Expand Down
2 changes: 1 addition & 1 deletion features/plymouth/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PLYMOUTH_LIBDIR := $(shell $(FEATURESDIR)/plymouth/bin/get-libdir)
PLYMOUTH_PACK_MODULES := $(shell $(FEATURESDIR)/plymouth/bin/get-modules)
PLYMOUTH_PACK_FONT := $(or $(PLYMOUTH_FONT),$(shell fc-match -f '%{file}\n' 'DejaVuSans' ||:))
PLYMOUTH_PACK_THEME := $(shell env \
"LIBDIR=$(LIBDIR)" \
"PLYMOUTH_LIBDIR=$(PLYMOUTH_LIBDIR)" \
"DATADIR=$(DATADIR)" \
$(FEATURESDIR)/plymouth/bin/get-theme-files "$(PLYMOUTH_THEME)")

Expand Down

0 comments on commit 1db6819

Please sign in to comment.