summaryrefslogtreecommitdiffstats
path: root/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/speech-dispatcher/speech-dispatcher.SlackBuild')
-rwxr-xr-xsource/l/speech-dispatcher/speech-dispatcher.SlackBuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
index 57d1ce118..384fd8a81 100755
--- a/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
+++ b/source/l/speech-dispatcher/speech-dispatcher.SlackBuild
@@ -121,15 +121,6 @@ if [ -d $PKG/usr/info ]; then
gzip -9f $PKG/usr/info/*.info*
fi
-# Add this to the doinst.sh:
-mkdir -p $PKG/install
-cat <<EOT >> $PKG/install/doinst.sh
-# Install info files:
-for INFOFILE in usr/info/*.info.gz ; do
- chroot . install-info /${INFOFILE} /usr/info/dir 2> /dev/null
-done
-EOT
-
# Strip binaries (if any):
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true