development/simulavr: Remove template comments from script.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-03 17:16:39 -05:00 committed by Willy Sudiarto Raharjo
parent 608c5e932a
commit 484c4f85a7
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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*