You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Furthermore the doc/Makfile.in file has two problems - (a) trying to install COPYING file when it should be LICENSE; and (b) trying to read the files COPYING and README.md from ${srcdir} (which is set to .) instead of ${top_srcdir} (which is set to ..) - a consequence of adding the doc directory.
The commit, inter alia, renamed the file COPYING to LICENSE.
I tried to do
make test
and the lack of a file called 'COPYING' caused the tests to fail.The files epm.list.in, and jimjag.patch all refer to COPYING which stops epm building the test package.
Also there are many places in doc/... files that refer to COPYING which ought to be corrected to avoid confusing Joe Public.
The text was updated successfully, but these errors were encountered: