From 8550b88124f539b476f95264cfc8c5272549110e Mon Sep 17 00:00:00 2001 From: fsLeg Date: Wed, 3 Dec 2014 19:32:00 +0300 Subject: [PATCH] Opera: minor edits in comments. --- opera/opera.SlackBuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/opera/opera.SlackBuild b/opera/opera.SlackBuild index e736af8..e734e5e 100755 --- a/opera/opera.SlackBuild +++ b/opera/opera.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Slackware build script for Opera (stable and Developer flavours) +# Slackware build script for Opera (Stable, Beta and Developer flavors) # Copyright 2014 Vladislav Borisov Moscow, Russia # All rights reserved. @@ -123,8 +123,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# opera-stable isn't actually called like that within the package, -# although we'll preserve that name in order to avoid conflict with classic Opera package +# opera-stable isn't actually called like that within the package if [ "-stable" = "${FLAVOR}" ]; then FLAVOR="" fi @@ -179,7 +178,7 @@ cat $CWD/$PRGNAM_BASE.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBu mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -# Change Opera flavour in some files +# Change Opera flavor in some files sed -i "s/opera_FLAVOR_/opera${FLAVOR}/g" $PKG/usr/bin/opera${FLAVOR} \ $PKG/etc/default/opera${FLAVOR} sed -i "s/opera_FLAVOR_/${PRGNAM}/g" $PKG/install/slack-desc -- 2.46.3