Skip to content

Commit

Permalink
Update powershell.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Debasish Biswas <[email protected]>
  • Loading branch information
debasishbsws authored and krishjainx committed Jun 6, 2024
1 parent 243036f commit 2a4b749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a4b749

Please sign in to comment.