development/simulavr: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
608c5e932a
commit
484c4f85a7
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue