Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyodev <kyodev@yandex.fr>2017-07-03 02:33:59 +0300
committerGitHub <noreply@github.com>2017-07-03 02:33:59 +0300
commit55d863adb8548bfc193f5d8b6ebfe0101187a1bc (patch)
tree723f683739c606a0f3ea49d15899c3b43a220337 /AppImage-Recipe.sh
parent6e44eed9fe3caa074e2501a42b4ebb4020a0d8d7 (diff)
fix url for functions.sh
* the url for script functions.sh was changed, see [functions.sh](https://github.com/AppImage/AppImages/raw/master/functions.sh) * for information, **bug** on appImage: functions.sh don't build on debian, see [pull request](https://github.com/AppImage/AppImages/pull/252) then release-tool don't work. the PR was accepted, and it is **important** for debian platforms
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 2707fe96b..7f301f44f 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -36,7 +36,7 @@ LOWERAPP="$(echo "$APP" | tr '[:upper:]' '[:lower:]')"
VERSION="$2"
mkdir -p $APP.AppDir
-wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh
+wget -q https://github.com/AppImage/AppImages/raw/master/functions.sh -O ./functions.sh
. ./functions.sh
LIB_DIR=./usr/lib