get-scripts diff jd-gui @ rev 43

opera: fix non-us layout "XOpenIM failed. This may prevent you from being able to type" error
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri May 22 02:17:42 2015 +0300 (2015-05-22)
parents 6ca05e6839e1
children 2cdf3e534506
line diff
     1.1 --- a/jd-gui	Mon Mar 23 08:59:52 2015 +0100
     1.2 +++ b/jd-gui	Fri May 22 02:17:42 2015 +0300
     1.3 @@ -3,12 +3,12 @@
     1.4  # end of get.list data
     1.5  WGET_URL="$(wget -O - $WEB_SITE | sed "/linux.i686/!d;s/.*href=.\([^'\"]*\).*/\1/")"
     1.6  TARBALL="$(basename $WGET_URL)"
     1.7 -VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux.*/\1/')"
     1.8  
     1.9  wget -O $TARBALL $WGET_URL
    1.10  [ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting."
    1.11  
    1.12  tar xzf $TARBALL
    1.13 +VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux.*/\1/')"
    1.14  mkdir -p $PACKAGE-$VERSION/fs/usr/bin
    1.15  mv $PACKAGE $PACKAGE-$VERSION/fs/usr/bin
    1.16