Fixed wrong path in perfmon replacement process
This commit is contained in:
parent
00fcff6b9c
commit
e35f656dc5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ src_prepare() {
|
||||||
cd $SRCDIR
|
cd $SRCDIR
|
||||||
tar xfz ${SRC_POOL}/perfmon2-libpfm4-a67b3d4.tar.gz
|
tar xfz ${SRC_POOL}/perfmon2-libpfm4-a67b3d4.tar.gz
|
||||||
rm -rf libpfm4
|
rm -rf libpfm4
|
||||||
ln -s perfmon2-libpfm4-a67b3d4/lib libpfm4
|
ln -s perfmon2-libpfm4-a67b3d4 libpfm4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue