# HG changeset patch # User Pascal Bellard # Date 1230028451 0 # Node ID 011647445dd960a6fcfe84afb8900ad2c625b1f6 # Parent bd60102237263e24c89925c7ddacd4d2dafc4984 Try to explain mysterious SELF_INSTALL variable diff -r bd6010223726 -r 011647445dd9 gtk+/receipt --- a/gtk+/receipt Tue Dec 23 10:31:12 2008 +0000 +++ b/gtk+/receipt Tue Dec 23 10:34:11 2008 +0000 @@ -68,4 +68,6 @@ rm -rf $root/usr/lib/gtk-2.0/2.4.0 fi } + +# We need this package on build host to install it in target directory SELF_INSTALL=1 diff -r bd6010223726 -r 011647445dd9 pango/receipt --- a/pango/receipt Tue Dec 23 10:31:12 2008 +0000 +++ b/pango/receipt Tue Dec 23 10:34:11 2008 +0000 @@ -46,4 +46,6 @@ # Rebuils pango.modules when installed. pango-querymodules > $root/etc/pango/pango.modules } + +# We need this package on build host to install it in target directory SELF_INSTALL=1 diff -r bd6010223726 -r 011647445dd9 ttf-bitstream-vera/receipt --- a/ttf-bitstream-vera/receipt Tue Dec 23 10:31:12 2008 +0000 +++ b/ttf-bitstream-vera/receipt Tue Dec 23 10:34:11 2008 +0000 @@ -31,4 +31,6 @@ fc-cache fi } + +# We need this package on build host to install it in target directory SELF_INSTALL=1 diff -r bd6010223726 -r 011647445dd9 xfree86-base-fonts/receipt --- a/xfree86-base-fonts/receipt Tue Dec 23 10:31:12 2008 +0000 +++ b/xfree86-base-fonts/receipt Tue Dec 23 10:34:11 2008 +0000 @@ -28,4 +28,6 @@ fc-cache fi } + +# We need this package on build host to install it in target directory SELF_INSTALL=1 diff -r bd6010223726 -r 011647445dd9 xorg-base-fonts/receipt --- a/xorg-base-fonts/receipt Tue Dec 23 10:31:12 2008 +0000 +++ b/xorg-base-fonts/receipt Tue Dec 23 10:34:11 2008 +0000 @@ -28,4 +28,6 @@ fc-cache fi } + +# We need this package on build host to install it in target directory SELF_INSTALL=1