diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-12-16 16:40:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-17 01:18:28 +0700 |
commit | 8ee0194cfd4fab0e4cadba25aba0c4510f6c32dd (patch) | |
tree | 1afacff00c02956ce56d09a32355d3601e487a29 /misc/lppf/README | |
parent | d2f5b6cccc90f25b3a0a324f203daa4739543967 (diff) |
misc/lppf: Added (Linux PPF Patcher).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/lppf/README')
-rw-r--r-- | misc/lppf/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/lppf/README b/misc/lppf/README new file mode 100644 index 0000000000000..412a14060097d --- /dev/null +++ b/misc/lppf/README @@ -0,0 +1,6 @@ +lppf is an application for handling PPF patches in Linux. PPF patches are +often very small and are used for correcting a previously released movie +or an ISO, so that users won't have to download everything again. + +To build the debugging symbols use: + DEBUG=1 ./lppf.SlackBuild |