wok-4.x rev 1925
Try to explain mysterious SELF_INSTALL variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 23 10:34:11 2008 +0000 (2008-12-23) |
parents | bd6010223726 |
children | 5c39f33a1d37 |
files | gtk+/receipt pango/receipt ttf-bitstream-vera/receipt xfree86-base-fonts/receipt xorg-base-fonts/receipt |
line diff
1.1 --- a/gtk+/receipt Tue Dec 23 10:31:12 2008 +0000 1.2 +++ b/gtk+/receipt Tue Dec 23 10:34:11 2008 +0000 1.3 @@ -68,4 +68,6 @@ 1.4 rm -rf $root/usr/lib/gtk-2.0/2.4.0 1.5 fi 1.6 } 1.7 + 1.8 +# We need this package on build host to install it in target directory 1.9 SELF_INSTALL=1
2.1 --- a/pango/receipt Tue Dec 23 10:31:12 2008 +0000 2.2 +++ b/pango/receipt Tue Dec 23 10:34:11 2008 +0000 2.3 @@ -46,4 +46,6 @@ 2.4 # Rebuils pango.modules when installed. 2.5 pango-querymodules > $root/etc/pango/pango.modules 2.6 } 2.7 + 2.8 +# We need this package on build host to install it in target directory 2.9 SELF_INSTALL=1
3.1 --- a/ttf-bitstream-vera/receipt Tue Dec 23 10:31:12 2008 +0000 3.2 +++ b/ttf-bitstream-vera/receipt Tue Dec 23 10:34:11 2008 +0000 3.3 @@ -31,4 +31,6 @@ 3.4 fc-cache 3.5 fi 3.6 } 3.7 + 3.8 +# We need this package on build host to install it in target directory 3.9 SELF_INSTALL=1