cowsay-org / cowsay

apjanke's fork of the classic cowsay project
http://cowsay.diamonds
GNU General Public License v3.0
83 stars 15 forks source link

/usr/share/cowsay subdirectory? #8

Closed apjanke closed 4 years ago

apjanke commented 4 years ago

The standard installation from classic cowsay puts the cows/ directory directly under $prefix/share. And I added a site-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.

apjanke commented 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.

apjanke commented 4 years ago

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.

apjanke commented 4 years ago

Done in https://github.com/cowsay-org/cowsay/commit/306d8e7ed0b14288fc8ec459cf7edc05c1533d9b.