liri-themes: remove patch leftover
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -1,35 +0,0 @@
|
||||
From 69fb1f079bcc92c49656930da7dbcd45be1154ad Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Thu, 13 Dec 2018 00:00:34 +0100
|
||||
Subject: [PATCH] Set correct path for grub themes
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
In it's infinite wisdom cmake installed themes to /usr/boot/grub
|
||||
|
||||
Upstream-Status: Submitted [1]
|
||||
|
||||
[1] https://github.com/lirios/themes/pull/11
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 799460c..0b15301 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -16,7 +16,7 @@ endif()
|
||||
include(LiriSetup)
|
||||
|
||||
## Grub directory
|
||||
-set(INSTALL_GRUBDIR "boot/grub" CACHE PATH "Grub [boot/grub]")
|
||||
+set(INSTALL_GRUBDIR "/boot/grub" CACHE PATH "Grub [/boot/grub]")
|
||||
|
||||
## Add subdirectories:
|
||||
add_subdirectory(colorschemes)
|
||||
--
|
||||
2.14.5
|
||||
|
||||
@@ -8,7 +8,6 @@ inherit liri
|
||||
|
||||
PV = "0.9.0+git${SRCPV}"
|
||||
|
||||
SRC_URI += "file://0001-Set-correct-path-for-grub-themes.patch"
|
||||
SRCREV = "2ff6669642cd49eacc83de479de110bb397408db"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user