mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
android_file_transfer, fix build after renaming the recipe (#7546)
This commit is contained in:
@@ -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|" \
|
||||
|
||||
Reference in New Issue
Block a user