wok diff libgd-dev/receipt @ rev 10855
linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 14 11:41:17 2011 +0000 (2011-06-14) |
parents | a4554ef26720 |
children | 8f447cf2eee5 |
line diff
1.1 --- a/libgd-dev/receipt Sat Nov 08 13:58:58 2008 +0000 1.2 +++ b/libgd-dev/receipt Tue Jun 14 11:41:17 2011 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $_pkg/usr/include $fs/usr 1.8 - cp -a $_pkg/usr/lib/*a $fs/usr/lib 1.9 + cp -a $_pkg/usr/local/include $fs/usr 1.10 + cp -a $_pkg/usr/local/lib/*a $fs/usr/lib 1.11 } 1.12