- Bearbeitet
Ich habe folgendes in PKGBUILD
prepare() {
patch --forward --strip=1 --input="${startdir}/patchfile.patch"
}
Bei ausführen von makepkg -si && cd /tmp wird angezeigt
==> Starting prepare()...
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
|diff -upr ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp
|--- ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2014-02-09 09:47:04.000000000 +0000
|+++ ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2022-09-03 09:49:31.314912000 +0000
File to patch:
Wie ist die Zeile in prepare() zu ändern damit man nach der Datei die geändert werden soll nicht gefragt wird?