diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2010-10-15 23:58:35 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-10-15 23:58:35 -0500 |
commit | aa9da5091e9f2b5ab7da6c11c5298e63069e9caf (patch) | |
tree | 361403b83e3f6580cd9401f16df8b08fbdcc146e /graphics/dcraw/dcraw.SlackBuild | |
parent | 062a5d140dc60a5cc404c2af0efc85eed2e46bf7 (diff) |
graphics/dcraw: Updated for version 9.04.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/dcraw/dcraw.SlackBuild')
-rw-r--r-- | graphics/dcraw/dcraw.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index 022b2909d1c7..32bbd6d57689 100644 --- a/graphics/dcraw/dcraw.SlackBuild +++ b/graphics/dcraw/dcraw.SlackBuild @@ -7,10 +7,10 @@ # Copyright (c) 2007, Robby Workman <rworkman@slackbuilds.org> # All rights reserved. -# Redistribution and use of this script, with or without modification, is +# Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # -# 1. Redistributions of script must retain the above copyright notice, +# 1. Redistributions of script must retain the above copyright notice, # this list of conditions and the following disclaimer. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS @@ -30,7 +30,7 @@ # RAWPHOTO=yes ./dcraw.SlackBuild PRGNAM=dcraw -VERSION=9.03 +VERSION=${VERSION:-9.04} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -92,7 +92,7 @@ strip --strip-unneeded $PKG/usr/bin/dcraw install -D -m 0644 dcraw.1 $PKG/usr/man/man1/dcraw.1 for lang in eo ru fr it de pt es zh_TW zh_CN pl hu cs ca sv ; do - install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1 + install -d -m 0755 $PKG/usr/man/$lang.UTF-8/man1 install -m 0644 dcraw_$lang.1 $PKG/usr/man/$lang.UTF-8/man1/dcraw.1 || true # Missing man page, hence the || true above # install -d -m 0755 $PKG/usr/share/locale/$lang/LC_MESSAGES |