From 28cd16fa4fc0ebfc02c30ef3a9fe615245675988 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 3 Jan 2021 02:06:39 -0800 Subject: Replacing adddir location with absolute name in order to allow to compile the themes from any location, not just /usr/share/gfxboot/themes/foo. Gbp-Pq: Name 0008-adddir.patch --- themes/openSUSE/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openSUSE/Makefile b/themes/openSUSE/Makefile index 9372629..3a71f9b 100644 --- a/themes/openSUSE/Makefile +++ b/themes/openSUSE/Makefile @@ -10,7 +10,7 @@ else PREPARED = $(shell [ -f .prepared ] && echo 1) endif -ADDDIR = ../../bin/adddir +ADDDIR ?= /usr/share/gfxboot/bin/adddir BFLAGS = -O -v -L ../.. SUBDIRS = fonts help-boot help-install po src -- cgit v1.2.3