meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
171 stars 46 forks source link

Work around BSD install not having -D #269

Closed carlosmn closed 7 years ago

carlosmn commented 7 years ago

The -D option is a GNU extension, so trying to build smuxi without GNU coreutils is not going to work.

Since there's no indication from ./configure that we need GNU install (as the first thing it does is check for a BSD-compatible install), let's let it build with the system's own userland.


It might be a bit cleaner to depend on a target that creates the directory, but it's about the same number of changes.