Fix shell-variable for home-directory in update_revision.sh .

merge-requests/218/head
Jens Lody 9 years ago
parent 18ade81299
commit ab4f945ed0
  1. 4
      update_revision.sh

@ -30,8 +30,8 @@
GITHUB="jenslody-gnome-shell-extension-openweather"
BASE_URL="https://github.com/jenslody/gnome-shell-extension-openweather/tarball/master/"
TARBALL_PATH="~/rpmbuild/SOURCES/"
SPEC_PATH="~/rpmbuild/SPECS/"
TARBALL_PATH="${HOME}/rpmbuild/SOURCES/"
SPEC_PATH="${HOME}/rpmbuild/SPECS/"
SPEC_FILE="gnome-shell-extension-openweather.spec"
SCRIPT_DIR=`dirname "$0"`

Loading…
Cancel
Save