Просмотр исходного кода

pkg/fedora: Use git to apply patches

Applying patches without git creates problems when renaming files and
changing them later in a different change in the the same patch file,
causing patch to complain that the file does not exist.
Maximilian Luz 3 лет назад
Родитель
Сommit
fb1a1688bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/fedora/kernel-surface/kernel-surface.spec

+ 1 - 1
pkg/fedora/kernel-surface/kernel-surface.spec

@@ -128,7 +128,7 @@ This package provides kernel headers and makefiles sufficient to build modules
 against the kernel-surface package.
 
 %prep
-%autosetup -p1 -n linux-fedora-%{kernel_tag}
+%autosetup -S git -n linux-fedora-%{kernel_tag}
 
 scripts/kconfig/merge_config.sh         \
 	fedora/configs/%{kernel_config} \