1. 15 3月, 2017 5 次提交
  2. 14 3月, 2017 1 次提交
  3. 13 3月, 2017 3 次提交
  4. 11 3月, 2017 1 次提交
  5. 10 3月, 2017 1 次提交
  6. 09 3月, 2017 8 次提交
  7. 08 3月, 2017 3 次提交
  8. 07 3月, 2017 17 次提交
  9. 20 2月, 2017 1 次提交
    • Sebastian Kemper's avatar
      FS-10056: Fix modcheck.sh invokation · 70f4c411
      Sebastian Kemper 提交于
      modcheck.sh gets called by build/Makefile when doing "make install" with
      parameter "$(modulesdir)". This is fine when the install is done on a
      live system. But when "make install" was called with a "$DESTDIR" then
      this won't work, as the correct path would then be
      "$(DESTDIR)$(modulesdir)". So add "$(DESTDIR)" in front.
      Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
      70f4c411