fosslinux / live-bootstrap

Use of a Linux initramfs to fully automate the bootstrapping process
504 stars 36 forks source link

autoconf before 2.71 and automake before 1.16 installs its unversioned symlinks directly in /usr/bin, ignoring prefix #376

Open Googulator opened 9 months ago

Googulator commented 9 months ago

Because of this, the symlinks in question don't get included in the repo tarballs. This causes inconsistent behavior between CI and regular bootstrap (because of single vs. multiple passes).

Googulator commented 9 months ago

This is similar to #377, but while #377 is about our scripts polluting the live system, in this case, it's actually the upstream code that bypasses the prefix.