]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Opera: minor edits in comments.
authorfsLeg <fsleg@t-rg.ws>
Wed, 3 Dec 2014 16:32:00 +0000 (19:32 +0300)
committerfsLeg <fsleg@t-rg.ws>
Wed, 3 Dec 2014 16:32:00 +0000 (19:32 +0300)
opera/opera.SlackBuild

index e736af8fef672198afe9b4ae9a8d442fe06c6b60..e734e5e174a3dcc09f4b1ad43ebff0ffecb9f4c1 100755 (executable)
@@ -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