mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 20:58:17 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/sfdk-apply
Normal file
17
tldr/sfdk-apply
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user