wok-next diff mesa-demos/receipt @ rev 8195
imported patch toolchain/libtool.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | 5b982ce8d9d3 |
children | eb567df29701 |
line diff
1.1 --- a/mesa-demos/receipt Sat Nov 06 22:41:17 2010 +0000 1.2 +++ b/mesa-demos/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -26,6 +26,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/bin 1.7 - cp $src/progs/xdemos/glxinfo $fs/usr/bin 1.8 - cp $src/progs/xdemos/glxgears $fs/usr/bin 1.9 + cp $_pkg/usr/bin/glxinfo $fs/usr/bin 1.10 + cp $_pkg/usr/bin/glxgears $fs/usr/bin 1.11 }