wok diff slim-pam/receipt @ rev 4576
lighttpd-ssl: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 09 20:50:45 2009 +0100 (2009-12-09) |
parents | 0088f0af4413 |
children | 09d47b216378 |
line diff
1.1 --- a/slim-pam/receipt Thu Feb 12 09:46:12 2009 +0000 1.2 +++ b/slim-pam/receipt Wed Dec 09 20:50:45 2009 +0100 1.3 @@ -19,6 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + patch -p0 < ../../slim/stuff/gcc44.patch || exit 1 1.8 sed -i "s|/usr/X11R6/include|/usr/include/xorg|g" Makefile 1.9 sed -i "s|/usr/X11R6/|/usr/|g" Makefile 1.10 make USE_PAM=1 1.11 @@ -29,7 +30,7 @@ 1.12 { 1.13 mkdir -p $fs/usr/bin $fs/usr/share/slim 1.14 cp -a $src/slim $fs/usr/bin 1.15 - 1.16 + 1.17 # Config file and rc script (theme is in slitaz-configs). 1.18 cp -a ../$SOURCE/stuff/etc $fs 1.19 chown -R root.root $fs