Skip to content
Snippets Groups Projects
Commit 6a187ff5 authored by Bro Brian's avatar Bro Brian
Browse files

make grpc_cli dummy package

parent 9a7ebd83
No related branches found
No related tags found
No related merge requests found
Pipeline #71345 passed
......@@ -37,12 +37,14 @@ diff -uar a/PKGBUILD b/PKGBUILD
provides=(
'libupb.so'
'libgrpcpp_channelz.so'
@@ -193,9 +193,6 @@
@@ -193,10 +193,7 @@
install -dm0755 "$pkgdir/usr/lib"
# Remove RPATH
- chrpath -d build/grpc_cli build/libgrpc++_test_config.so*
-
- cp -a build/libgrpc++_test_config.so* "$pkgdir/usr/lib/"
install -Dm0755 build/grpc_cli "$pkgdir/usr/bin/grpc_cli"
- install -Dm0755 build/grpc_cli "$pkgdir/usr/bin/grpc_cli"
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment