wok-current rev 25584
Fix ncursesw build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 25 10:56:33 2023 +0000 (18 months ago) |
parents | 35db2ca0cb06 |
children | a58264a81dff |
files | ncursesw-dev/receipt |
line diff
1.1 --- a/ncursesw-dev/receipt Wed May 24 17:43:17 2023 +0000 1.2 +++ b/ncursesw-dev/receipt Thu May 25 10:56:33 2023 +0000 1.3 @@ -25,5 +25,5 @@ 1.4 # nicely for both. 1.5 cp -a $install/usr/include $fs/usr 1.6 cp $install/usr/bin/ncursesw6-config $fs/usr/bin 1.7 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.8 + cp -a $install/usr/share/pkgconfig $fs/usr/lib 1.9 }