We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf5a33 commit c74e97cCopy full SHA for c74e97c
1 file changed
pcm.spec
@@ -30,7 +30,9 @@ Intel(r) Performance Counter Monitor (Intel(r) PCM) is an application programmin
30
31
%prep
32
%setup -n pcm-master
33
-ls /home/abuild/rpmbuild/SOURCES/
+rm -rf perfmon
34
+unzip /home/abuild/rpmbuild/SOURCES/main.zip
35
+mv perfmon-main perfmon
36
37
%build
38
mkdir build
0 commit comments