1. 10 7月, 2018 3 次提交
  2. 07 7月, 2018 9 次提交
  3. 06 7月, 2018 5 次提交
  4. 26 6月, 2018 1 次提交
  5. 25 6月, 2018 1 次提交
  6. 17 6月, 2018 2 次提交
  7. 16 6月, 2018 1 次提交
  8. 15 6月, 2018 2 次提交
  9. 14 6月, 2018 7 次提交
  10. 13 6月, 2018 1 次提交
    • S
      Add DESTDIR support for `make install` · 3ad95079
      Stephen Gallagher 提交于
      When packaging for distributions (particularly RPM), it is common
      for the packaging tool to install all of the files into a chroot-
      style directory structure as a non-privileged user. This is done
      to avoid requiring root privileges for packaging (particularly to
      avoid issues where the attempt to package causes changes to be
      made to the packaging host.
      
      The standard variable used for this (from autotools) is DESTDIR.
      This patch adds DESTDIR before the prefix in install.sh to ensure
      that when `make install` is run, it will direct output to the
      proper location.
      Signed-off-by: NStephen Gallagher <sgallagh@redhat.com>
      3ad95079
  11. 12 6月, 2018 4 次提交
  12. 10 6月, 2018 4 次提交