freac: fix deskbar link (#4835)

This commit is contained in:
Robert Kausch
2020-03-31 07:04:45 +02:00
committed by GitHub
parent 4f4a0f4aa4
commit 1fc12ce460

View File

@@ -17,7 +17,7 @@ Features include:
HOMEPAGE="https://freac.org/"
COPYRIGHT="2001-2020 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/enzo1982/freac/releases/download/v${portVersion%.0}/freac-${portVersion%.0}.tar.gz"
CHECKSUM_SHA256="51fcad344b681e588def550b752aea9573f9acf7fcceb39132b481f2368b7edb"
SOURCE_DIR="freac-${portVersion%.0}"
@@ -94,5 +94,5 @@ INSTALL()
mkdir -p "$appsDir"
mv "$commandBinDir"/freac "$appsDir"
addAppDeskbarSymlink "$appsDir"/freac fre:ac
addAppDeskbarSymlink "$appsDir"/freac
}