Fixed wrong path in perfmon replacement process

This commit is contained in:
Christoph Niethammer 2015-09-17 10:35:32 +00:00
parent 00fcff6b9c
commit e35f656dc5

View file

@ -29,7 +29,7 @@ src_prepare() {
cd $SRCDIR
tar xfz ${SRC_POOL}/perfmon2-libpfm4-a67b3d4.tar.gz
rm -rf libpfm4
ln -s perfmon2-libpfm4-a67b3d4/lib libpfm4
ln -s perfmon2-libpfm4-a67b3d4 libpfm4
}