diff options
Diffstat (limited to 'desktop/scrotwm/scrotwm.SlackBuild')
-rw-r--r-- | desktop/scrotwm/scrotwm.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/scrotwm/scrotwm.SlackBuild b/desktop/scrotwm/scrotwm.SlackBuild index e316f998e2..56402b2f77 100644 --- a/desktop/scrotwm/scrotwm.SlackBuild +++ b/desktop/scrotwm/scrotwm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2010 Daniel LEVAI +# Copyright (c) 2011 Daniel LEVAI # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=scrotwm -VERSION=0.9.32 +VERSION=0.9.34 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,10 +86,10 @@ strip --strip-unneeded $PKG/usr/bin/scrotwm # Fixup the manpages ( cd $PKG/usr/man - mkdir -p {es,it,ru}/man1 - for i in es it ru ; do - mkdir -p $i/man1 - mv man1/scrotwm_$i.1 $i/man1/scrotwm.1 + mkdir -p {es,it,ru,pt}/man1 + for lang in es it ru pt; do + mkdir -p $lang/man1 + mv man1/scrotwm_$lang.1 $lang/man1/scrotwm.1 done find . -type f -exec gzip -9 {} \; ) |