From: Konrad Rzeszutek Wilk Date: Tue, 14 Jun 2011 16:58:52 +0000 (-0400) Subject: directfb: The install program gets somehow mangled to be ../../install X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a2607bf8ae894f3646e0b0cedad5b7de62b3c6b6;p=xentesttools%2Fbootstrap.git directfb: The install program gets somehow mangled to be ../../install Fixed it by making in directfb a symlink to `which install` for install. --- 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*/