MesaLib MesaLib-dev: typos
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Wed Apr 16 10:21:17 2008 +0000 (2008-04-16) |
parents |
1d6e0fb6f8a1 |
children |
1557df49c519 |
files |
MesaLib-dev/receipt MesaLib/receipt |
line diff
1.1 --- a/MesaLib-dev/receipt Wed Apr 16 10:19:28 2008 +0000
1.2 +++ b/MesaLib-dev/receipt Wed Apr 16 10:21:17 2008 +0000
1.3 @@ -12,6 +12,6 @@
1.4 genpkg_rules()
1.5 {
1.6 mkdir -p $fs/usr
1.7 - cp -a $_pkg/usr/local/include $fs
1.8 + cp -a $_pkg/usr/local/include $fs/usr
1.9 }
1.10
2.1 --- a/MesaLib/receipt Wed Apr 16 10:19:28 2008 +0000
2.2 +++ b/MesaLib/receipt Wed Apr 16 10:21:17 2008 +0000
2.3 @@ -23,6 +23,6 @@
2.4 genpkg_rules()
2.5 {
2.6 mkdir -p $fs/usr
2.7 - cp -a $_pkg/usr/local/lib $fs
2.8 + cp -a $_pkg/usr/local/lib $fs/usr
2.9 }
2.10