aboutsummaryrefslogtreecommitdiff
path: root/libraries/lensfun/lensfun.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/lensfun/lensfun.SlackBuild')
-rw-r--r--libraries/lensfun/lensfun.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/lensfun/lensfun.SlackBuild b/libraries/lensfun/lensfun.SlackBuild
index b3186d501f57..b7e85bd4e072 100644
--- a/libraries/lensfun/lensfun.SlackBuild
+++ b/libraries/lensfun/lensfun.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lensfun
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README docs/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README* docs/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc