summaryrefslogtreecommitdiffstats
path: root/source/l/openal-soft/openal-soft.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/openal-soft/openal-soft.SlackBuild')
-rwxr-xr-xsource/l/openal-soft/openal-soft.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/openal-soft/openal-soft.SlackBuild b/source/l/openal-soft/openal-soft.SlackBuild
index 20107ed40..607f4001e 100755
--- a/source/l/openal-soft/openal-soft.SlackBuild
+++ b/source/l/openal-soft/openal-soft.SlackBuild
@@ -98,6 +98,7 @@ cd cmake-build
-DMAN_INSTALL_DIR=/usr/man \
-DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_BUILD_TYPE=Release \
+ -DALSOFT_EXAMPLES=OFF \
.. || exit 1
make $NUMJOBS || make || exit 1
make install DESTDIR=$PKG || exit 1
@@ -118,7 +119,7 @@ chmod 644 $PKG/etc/openal/alsoft.conf.new
# Add a documentation directory:
mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION
cp -a \
- COPYING* ChangeLog READMEi* XCompile.txt docs/*.txt \
+ COPYING* ChangeLog README* XCompile.txt docs/*.txt \
$PKG/usr/doc/${PKGNAM}-$VERSION
# If there's a ChangeLog, installing at least part of the recent history