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 28ed002 commit 601068cCopy full SHA for 601068c
1 file changed
rr.spec
@@ -25,6 +25,7 @@ http://rr-project.org
25
%install
26
mkdir -p %{buildroot}@CPACK_PACKAGING_INSTALL_PREFIX@/lib64
27
cp -a %{buildroot}@CPACK_PACKAGING_INSTALL_PREFIX@/lib/* %{buildroot}@CPACK_PACKAGING_INSTALL_PREFIX@/lib64
28
+ln -s @CPACK_BINARY_DIR@/_CPack_Packages/@CPACK_SYSTEM_NAME@/RPM/RPMS/@CPACK_PACKAGE_FILE_NAME@.rpm @CPACK_BINARY_DIR@/_CPack_Packages/@CPACK_SYSTEM_NAME@/RPM/@CPACK_PACKAGE_FILE_NAME@.rpm
29
30
%files
31
%defattr(-,root,root,-)
0 commit comments