diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 17:09:15 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:39 +0700 |
commit | d30ffc867dc75e815aa5b94f2167044e95e5b66c (patch) | |
tree | 5173ccf35366b7cbc3cd82f80ffb1bdffdf09818 /development | |
parent | d686a1e408e2704b4b5230f852a3f8b5d8c59aa8 (diff) | |
download | slackbuilds-d30ffc867dc75e815aa5b94f2167044e95e5b66c.tar.gz |
development/hhvm: Remove template comments from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-rw-r--r-- | development/hhvm/hhvm.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
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 |