mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-27 14:13:56 +02:00
12 lines
268 B
Markdown
12 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`
|