wok-current rev 25761
Fix opencl-amdgpu-pro-icd path
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 01 06:27:26 2025 +0000 (6 months ago) |
parents | c177a8bfb053 |
children | d7c9e4ccdec8 |
files | libxslt-dev/receipt opencl-amdgpu-pro-icd/receipt |
line diff
1.1 --- a/libxslt-dev/receipt Mon Mar 17 14:32:04 2025 +0000 1.2 +++ b/libxslt-dev/receipt Tue Apr 01 06:27:26 2025 +0000 1.3 @@ -27,5 +27,6 @@ 1.4 chmod +x $fs/usr/bin/* 1.5 1.6 cp -a $install/usr/include $fs/usr 1.7 - cp -a $install/usr/share/aclocal $fs/usr/share 1.8 + # not exit since 1.1.43 1.9 + #cp -a $install/usr/share/aclocal $fs/usr/share 1.10 }
2.1 --- a/opencl-amdgpu-pro-icd/receipt Mon Mar 17 14:32:04 2025 +0000 2.2 +++ b/opencl-amdgpu-pro-icd/receipt Tue Apr 01 06:27:26 2025 +0000 2.3 @@ -25,6 +25,6 @@ 2.4 genpkg_rules() 2.5 { 2.6 mkdir -p $fs/usr/lib $fs/etc 2.7 - cp -a $install/etc $fs/etc 2.8 + cp -a $install/etc/* $fs/etc 2.9 cp -a $install/opt/amdgpu-pro/lib/x86_64-linux-gnu/*.so* $fs/usr/lib 2.10 }