From 7affa040ed4f2cd63f82a61345347e94a53f955a Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Mon, 29 Apr 2024 14:27:27 +0530 Subject: [PATCH] Update powershell.yaml Signed-off-by: Debasish Biswas --- powershell.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powershell.yaml b/powershell.yaml index 93aef45abe1..2ea4f1c2af9 100644 --- a/powershell.yaml +++ b/powershell.yaml @@ -68,7 +68,7 @@ pipeline: install -dm 755 "${{targets.destdir}}"/usr/lib "${{targets.destdir}}"/usr/bin # library copy - cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/wolfi* "${{targets.destdir}}"/usr/lib/${{package.name}} + cp -ar /home/build/powershell/src/powershell-unix/bin/Linux/*/linux* "${{targets.destdir}}"/usr/lib/${{package.name}} # already provided by 'libpsl-native' aport rm -f "${{targets.destdir}}"/usr/lib/$pkgname/libpsl-native.so