Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
Revert "functions: try to avoid path traversal issues in add_file & add_binary by resolving the real path"
realpath -s is not guaranteed to return the real path in case
the path contains a symlink in it. E.g. /usr/lib/symlink/../binary.
Best not to work around potential edge cases of which no one has
complained about yet.