Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Jan 18, 2024
1 parent f0703a7 commit 1bcc672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXTRA_OECONF += "--with-udev --with-runtimedir=/run"

do_install:append () {
install -d 0644 ${D}${datadir}/plymouth/themes/logo-splash
install -m 0644 ${WORKDIR}/torizonlogo-white.png ${D}${datadir}/plymouth/themes/logo-splash/logo-splash.png
install -m 0644 ${WORKDIR}/logo-splash.png ${D}${datadir}/plymouth/themes/logo-splash/logo-splash.png
install -m 0644 ${WORKDIR}/logo-splash.plymouth ${D}${datadir}/plymouth/themes/logo-splash/logo-splash.plymouth
}

Expand Down

0 comments on commit 1bcc672

Please sign in to comment.