Skip to content

Commit 8c6e87c

Browse files
authored
Fix install path
1 parent 4905012 commit 8c6e87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Processor Counter Monitor (PCM) is an application programming interface (API) an
2525
%build
2626
mkdir build
2727
cd build
28-
cmake -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT/%{_bindir}/.. -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
28+
cmake -DCMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT/ -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
2929
make -j
3030

3131
%install

0 commit comments

Comments
 (0)