]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
directfb: The install program gets somehow mangled to be ../../install
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 16:58:52 +0000 (12:58 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 14 Jun 2011 17:19:03 +0000 (13:19 -0400)
Fixed it by making in directfb a symlink to `which install` for install.

root_image/Makefile

index 01a00574c54609a6872080a9aee536f6701bafa7..43de83db1e4b6ef87c54997d83890aa7cead8a5d 100644 (file)
@@ -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*/