build/install scripts fixes

This commit is contained in:
Evgeny
2019-01-23 21:32:14 -06:00
parent 3ee614931a
commit 1eca2a2e21
3 changed files with 2 additions and 1 deletions
+1
View File
@@ -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