#1 fix: correct patch application
Closed 2 years ago by ankursinha. Opened 2 years ago by ankursinha.
rpms/ ankursinha/octave-zmat fix/patch  into  f36

file modified
+1 -1
@@ -25,7 +25,7 @@ 

  balance between speed and compression time.

  

  %prep

- %autosetup -n %{octpkg}-%{version}

+ %autosetup -n %{octpkg}-%{version} -S patch -p1

  

  cp LICENSE.txt COPYING

  

tweaks autosetup command to apply patch correctly (the -p1 bit is the important bit---it tells patch how much of the patch path to ignore)

Pull-Request has been closed by ankursinha

2 years ago
Metadata