Closed apjanke closed 4 years ago
Ah. MacPorts is patching it to put it under $prefix/share/cowsay
: https://trac.macports.org/browser/trunk/dports/textproc/cowsay/files/patch-install.sh.diff.
Debian is also apparently patching it to move cows/
under $prefix/share/cowsay
: https://packages.debian.org/sid/all/cowsay/filelist.
So we should change over to doing /usr/share/cowsay.
The standard installation from classic cowsay puts the
cows/
directory directly under$prefix/share
. And I added asite-cows/
directory next to it.Should these go under a
$prefix/share/cowsay
directory instead?TODO: Research what packagers do, including MacPorts and Debian.
See also https://github.com/paulkaefer/cowsay-files/issues/22.