From a2607bf8ae894f3646e0b0cedad5b7de62b3c6b6 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 12:58:52 -0400 Subject: [PATCH] directfb: The install program gets somehow mangled to be ../../install Fixed it by making in directfb a symlink to `which install` for install. --- root_image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/root_image/Makefile b/root_image/Makefile index 01a0057..43de83d 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -680,6 +680,7 @@ directfb-install: userspace-prep $(call RPM_TO_USERSPACE,./usr$(LIBSDIR)/libfreetype.*so*,$(RPM_DIR)/freetype) if ! [ -e directfb/config.h ]; then (cd directfb;./configure --prefix=/usr --disable-sysfs --disable-osx --disable-x11 --with-gfxdrivers="none" --with-inputdrivers="keyboard,linuxinput,ps2mouse,serialmouse" );fi $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C directfb + ln -sf `which install` directfb/install $(MAKE) $(MFLAGS) DESTDIR=$(CURDIR)/userspace -j$$(($(NCPUS) * 2)) -C directfb install $(INSTALL_DATA) directfb/decker.ttf userspace/usr/share/dire*/ -- 2.39.5