Package Details: emuflight-configurator 0.4.0-1

Git Clone URL: https://aur.archlinux.org/emuflight-configurator.git (read-only, click to copy)
Package Base: emuflight-configurator
Description: Crossplatform configuration tool for the Emuflight flight control system
Upstream URL: https://github.com/emuflight/EmuConfigurator
Licenses: GPL3
Submitter: kwrazi
Maintainer: kwrazi
Last Packager: kwrazi
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-20 08:22 (UTC)
Last Updated: 2021-08-24 18:12 (UTC)

Latest Comments

k1f0 commented on 2021-07-04 15:59 (UTC)

Getting errors when building. Fixed by replacing

cd $_realname

with

cd $pkgname

in prepare() build() and package() functions. So the _realname variable doesn't seem to be needed anymore.