Skip to content

Conversation

@lmartinez-mirror
Copy link

Arch packaging guidelines forbid installing binaries to /usr/local/. This patch fixes that, along with a few other details.

  • Added a prepare() function to download all dependencies before building. This ensures that the source package can build entirely offline.
  • Moved the systemd files from /etc/systemd/ to /usr/lib/systemd. Arch's namcap tool advises to install such files under /usr/lib/systemd. /etc/systemd is for the user to make system-wide configurations.

Please note the pkgrel bump -- this should reset back to 1 with the next release. Hope you find this useful!

Luis

Arch packaging guidelines forbid installing binaries to /usr/local/;
this patch fixes that, along with a few other details.

* Added a prepare() function to download all dependencies before
  building. This ensures that the source package can build entirely
  offline.
* Moved the systemd files from /etc/systemd/ to /usr/lib/systemd. Arch's
  namcap tool advises to install such files under /usr/lib/systemd;
  /etc/systemd is for the user to make system-wide configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant