diff options
Diffstat (limited to 'network/bluejeans/bluejeans.SlackBuild')
-rw-r--r-- | network/bluejeans/bluejeans.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/bluejeans/bluejeans.SlackBuild b/network/bluejeans/bluejeans.SlackBuild index e47461723f9f..7ab75e136039 100644 --- a/network/bluejeans/bluejeans.SlackBuild +++ b/network/bluejeans/bluejeans.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bluejeans -VERSION=${VERSION:-2.17.0.11} +VERSION=${VERSION:-2.19.0.61} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,8 @@ find . -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true sed -i \ - 's#Categories=AudioVideo;#Categories=Network;AudioVideo;InstantMessaging;#' \ + 's#Categories=AudioVideo;#Categories=Network;# + s#^Exec=.*$#Exec=/usr/bin/bluejeans %U#' \ usr/share/applications/bluejeans-v2.desktop mkdir -p usr/{bin,doc/$PRGNAM-$VERSION} |