android_file_transfer, fix build after renaming the recipe (#7546)

This commit is contained in:
Schrijvers Luc
2022-12-13 09:38:06 +01:00
committed by GitHub
parent 9208e6417d
commit 83575e4826

View File

@@ -8,7 +8,7 @@ Features:
HOMEPAGE="https://whoozle.github.io/android-file-transfer-linux/"
COPYRIGHT="2015-2019 Vladimir Menshakov"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
srcGitRev="a64c8bec89c2795b09d1ba868c179d4d22e562ec"
SOURCE_URI="https://github.com/whoozle/android-file-transfer-linux/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="056bef1821701f863791b85f9e8c92f71bc6b2fe41829b68c61f7632b3f4c1b8"
@@ -65,7 +65,7 @@ INSTALL()
local APP_SIGNATURE="application/x-vnd.android-file-transfer"
local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2 | cut -d~ -f1`"
local LONG_INFO="$SUMMARY"
sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \