summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-01-03 23:16:39 +0100
committer Willy Sudiarto Raharjo2020-01-12 02:47:39 +0100
commit484c4f85a7b4d48e696b1e75000457cd48bd48c8 (patch)
tree1f23e9384742f8cbc3f0848fad93511a65b1b1cd /development
parent608c5e932a71cf08858cd28a09a42b39fd6a9615 (diff)
downloadslackbuilds-484c4f85a7b4d48e696b1e75000457cd48bd48c8.tar.gz
development/simulavr: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/simulavr/simulavr.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/development/simulavr/simulavr.SlackBuild b/development/simulavr/simulavr.SlackBuild
index 981dc4f1e9..9d4a1cb9a7 100644
--- a/development/simulavr/simulavr.SlackBuild
+++ b/development/simulavr/simulavr.SlackBuild
@@ -88,8 +88,6 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Compress info pages and remove the package's dir file
-# If no info pages are installed by the software, don't leave this in the script
mv $PKG/usr/share/info $PKG/usr
rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*