HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk apply — Apply patches from RPM SPEC file. More information: <https://github.com/sailfishos/sailfish-qtcreato

Submitted by: @import:tldr-pages··
0
Viewed 0 times
patchescommandrpmsfdk applyfromapplyclispec

Problem

How to use the sfdk apply command: Apply patches from RPM SPEC file. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.apply.adoc>.

Solution

sfdk apply — Apply patches from RPM SPEC file. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.apply.adoc>.

Apply all patches:
sfdk apply


Reverse apply all patches:
sfdk apply -R

Code Snippets

Apply all patches

sfdk apply

Reverse apply all patches

sfdk apply -R

Context

tldr-pages: common/sfdk apply

Revisions (0)

No revisions yet.