We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a73305 commit 2a63f9fCopy full SHA for 2a63f9f
package/rpm/pda.template
@@ -20,7 +20,7 @@ latency and high throughput PCIe devices from the userspace.
20
%setup -q
21
22
%build
23
-%configure --prefix=%{inst_prefix}
+./configure --prefix=$RPM_BUILD_ROOT/%{_prefix}
24
make
25
26
%install
@@ -32,7 +32,7 @@ make install DESTDIR=$RPM_BUILD_ROOT/%{inst_prefix}/
32
33
%files
34
%defattr(-,root,root,-)
35
-%{inst_prefix}/bin/*
36
-%{inst_prefix}/include/*
37
-%{inst_prefix}/lib/*
38
-%{inst_prefix}/share/*
+%{_bindir}/*
+%{_prefix}/lib/*
+%{_includedir}/*
+%{_datarootdir}/*
0 commit comments