Packager: Fix ArchLinux packager.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: Fix ArchLinux packager.
This commit is contained in:
gambas 2020-01-27 08:24:52 +01:00
parent f0b3762ec1
commit 989a1266a2

View File

@ -2467,7 +2467,7 @@ Private Function MakeArchPackage(sSys As String)
Print #hFile, " install -d ${pkgdir}/usr/bin"
Print #hFile, " install -m755 " & $sName & ".gambas ${pkgdir}/usr/bin" &/ $sName
If $sName <> sPackageName Then Print #hFile, " ln -s " & Shell$($sName) & " \"$(pkgdir)\"/usr/bin" &/ Shell$(sPackageName)
If $sName <> sPackageName Then Print #hFile, " ln -s " & Shell$($sName) & " \"${pkgdir}\"/usr/bin" &/ Shell$(sPackageName)
Print #hFile, " install -D .." &/ Project.Name & ".png \\"
Print #hFile, " ${pkgdir}/usr/share/pixmaps" &/ Project.Name & ".png"
Print #hFile, " install -D .." &/ sPackageName & ".desktop \\"