build/install scripts fixes

[ROCm/roctracer commit: 1eca2a2e21]
This commit is contained in:
Evgeny
2019-01-23 21:32:14 -06:00
parent 7436cbe944
commit df7d212ab5
3 changed files with 2 additions and 1 deletions
-1
View File
@@ -24,7 +24,6 @@ cmake \
$ROCTRACER_ROOT/inc/ext
popd
make install
make package
exit 0
@@ -3,6 +3,7 @@
set -e
do_pkgconfig() {
if [ ! -d /usr/lib/pkgconfig ] ; then mkdir -p /usr/lib/pkgconfig; fi
cat > /usr/lib/pkgconfig/roctracer-proto.pc << EOF
prefix=/opt/rocm/roctracer/include/ext
Name: roctracer-proto
+1
View File
@@ -1,3 +1,4 @@
if [ ! -d /usr/lib/pkgconfig ] ; then mkdir -p /usr/lib/pkgconfig; fi
cat > /usr/lib/pkgconfig/roctracer-proto.pc << EOF
prefix=/opt/rocm/roctracer/include/ext
Name: roctracer-proto