diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 17:16:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:39 +0700 |
commit | 484c4f85a7b4d48e696b1e75000457cd48bd48c8 (patch) | |
tree | 1f23e9384742f8cbc3f0848fad93511a65b1b1cd | |
parent | 608c5e932a71cf08858cd28a09a42b39fd6a9615 (diff) | |
download | slackbuilds-484c4f85a7b4d48e696b1e75000457cd48bd48c8.tar.gz |
development/simulavr: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | development/simulavr/simulavr.SlackBuild | 2 |
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* |