We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9616a65 + b4ab289 commit 13d8b46Copy full SHA for 13d8b46
1 file changed
patches/electron-installer-redhat+3.4.0.patch
@@ -8,3 +8,8 @@ index e07a8a3..486f59e 100644
8
9
%if "%{_host_cpu}" != "%{_target_cpu}"
10
%global __strip /bin/true
11
+@@ -26,3 +27,3 @@
12
+ %>%install
13
+ mkdir -p %{buildroot}/usr/
14
+-cp <%= process.platform === 'darwin' ? '-R' : '-r' %> usr/* %{buildroot}/usr/
15
++cp <%= process.platform === 'darwin' ? '-R' : '-r' %> %{_topdir}/BUILD/usr/* %{buildroot}/usr/
0 commit comments