You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by jcrist <gi...@git.apache.org> on 2018/01/04 22:29:50 UTC

[GitHub] orc pull request #207: Move install location of LICENSE/NOTICE

GitHub user jcrist opened a pull request:

    https://github.com/apache/orc/pull/207

    Move install location of LICENSE/NOTICE

    Currently these are put in the root directory on `make install`, which is not where they should go. Moves them to `share/doc/orc/`, as discussed in https://github.com/apache/orc/pull/193#issuecomment-349063277.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jcrist/orc move-install-of-license-notice

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/207.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #207
    
----
commit 09f6cdc10b9f4f0c6f1bc908e163d1b0a0257e9c
Author: Jim Crist <ji...@...>
Date:   2018-01-04T22:23:48Z

    Move install location of LICENSE/NOTICE
    
    Currently these are put in the root directory on `make install`, which
    is not where they should go. Moves them to `share/doc/orc/`.

----


---

[GitHub] orc pull request #207: Move install location of LICENSE/NOTICE

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/207


---

[GitHub] orc issue #207: Move install location of LICENSE/NOTICE

Posted by omalley <gi...@git.apache.org>.
Github user omalley commented on the issue:

    https://github.com/apache/orc/pull/207
  
    I committed this as https://issues.apache.org/jira/browse/ORC-288.


---