Skip to content

Add make install

There are a few differences with the previous behavior:

  • make dist will include the icons/*.svg files, which were apparently missing anyway
  • make install, if used in PKGBUILD, will also include the .css.map file. I left it because it was already in the dist tarball, but I don't see any use case for it in a release package.

Attached is a patch to use make install in PKGBUILD. Apologies if it's not the right place for such a patch, I'm not sure where I should send it. This patch should be applied after fixing the FTBFS issue listed in the Archlinux tracker #77221.

rebuilderd-website.patch

Closes #3

Merge request reports