mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 07:35:24 +02:00
13 lines
268 B
Markdown
13 lines
268 B
Markdown
![]() |
# sfdk apply
|
||
|
|
||
|
> Applies patches from RPM SPEC file.
|
||
|
> More information: <https://docs.sailfishos.org/Tools/Sailfish_SDK/Building_packages/#tar_git-package-source-code-location-in-git>.
|
||
|
|
||
|
- Apply all patches:
|
||
|
|
||
|
`sfdk apply`
|
||
|
|
||
|
- Reverse apply all patches:
|
||
|
|
||
|
`sfdk apply -R`
|