updated path to tromjaro

This commit is contained in:
davedatum 2019-11-05 17:50:53 +00:00
parent 615662ef3e
commit 15382e2a82
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ package_grub-theme-tromjaro() {
conflicts=('grub-theme-tromjaro-dev' 'grub-theme-manjaro' 'grub-theme-manjaro-dev')
install=tromjaro-theme.install
cd grub-theme/manjaro-live
cd grub-theme/tromjaro-live
sed -i -e 's,.*text = "Welcome to TROMjaro".*,#text = "Welcome to TROMjaro",' theme.txt #remove welcome message
find . -type f -exec install -D -m644 {} ${pkgdir}/usr/share/grub/themes/tromjaro/{} \;
}