wok-4.x
diff slim/receipt @ rev 8077
Fix: xorg-xf86-video-r128 now depends on mesa-dri-r128
author |
Antoine Bodin <gokhlayeh@slitaz.org> |
date |
Sat Jan 22 02:36:20 2011 +0100 (2011-01-22) |
parents |
a0fa6235faca |
children |
0b4cf0d9e1b5 |
line diff
1.1 --- a/slim/receipt Thu Aug 19 20:55:56 2010 +0000
1.2 +++ b/slim/receipt Sat Jan 22 02:36:20 2011 +0100
1.3 @@ -21,6 +21,7 @@
1.4 compile_rules()
1.5 {
1.6 cd $src
1.7 + patch -p1 < ../stuff/NoPwdForCmd.patch || exit 1
1.8 make &&
1.9 make DESTDIR=$src/_pkg install
1.10 }