From d30ffc867dc75e815aa5b94f2167044e95e5b66c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 3 Jan 2020 17:09:15 -0500 Subject: development/hhvm: Remove template comments from script. Signed-off-by: B. Watson --- development/hhvm/hhvm.SlackBuild | 2 -- 1 file changed, 2 deletions(-) (limited to 'development') diff --git a/development/hhvm/hhvm.SlackBuild b/development/hhvm/hhvm.SlackBuild index d95d6af7c1..6b99807c6a 100644 --- a/development/hhvm/hhvm.SlackBuild +++ b/development/hhvm/hhvm.SlackBuild @@ -80,7 +80,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 man pages mkdir -p $PKG/usr/man mv hphp/doc/man $PKG/usr/man/man1 find $PKG/usr/man -type f -exec gzip -9 {} \; @@ -94,7 +93,6 @@ install -m 644 $CWD/etc/php.ini $PKG/etc/hhvm/php.ini.new mkdir -p $PKG/var/run/hhvm chown apache:apache $PKG/var/run/hhvm -# Copy program documentation into the package mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a *.md LICENSE* hphp/doc/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3