diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2011-03-31 03:08:44 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:52:26 -0500 |
commit | b8c3529b4ca348f4226fa581514d47df94fc5317 (patch) | |
tree | 355a94010e1eda9c7d2377f499aa0330e5ebf5ce /office/kchmviewer/kchmviewer.SlackBuild | |
parent | 6b7ae339c3c2c055c0f59265c2da3d0ccf7e69f1 (diff) |
office/kchmviewer: Cleaned up patch and updated copyright.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'office/kchmviewer/kchmviewer.SlackBuild')
-rw-r--r-- | office/kchmviewer/kchmviewer.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/office/kchmviewer/kchmviewer.SlackBuild b/office/kchmviewer/kchmviewer.SlackBuild index dbbbb347f1be1..26785afe72dff 100644 --- a/office/kchmviewer/kchmviewer.SlackBuild +++ b/office/kchmviewer/kchmviewer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # # SlackBuild script for KchmViewer. -# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -72,7 +72,7 @@ find . \ # Apply a patch added patch for using the version of kio_msits.so provided # by kdegraphics (by disabling it to build here). -patch -p0 < $CWD/kchmviewer_no_msits.patch +patch -p1 < $CWD/kchmviewer_no_msits.patch cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ |