mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
719 B

  1. --- ./Makefile.orig 2003-07-31 11:57:31.000000000 -0400
  2. +++ ./Makefile 2003-07-31 12:08:53.000000000 -0400
  3. @@ -253,14 +253,7 @@
  4. user_install::
  5. all :: user
  6. install :: all user_install
  7. - @echo "*** The depmod command below may generate errors. We are aware of the"
  8. - @echo "*** problem and are working on a solution. You should ignore them for now."
  9. -ifeq ($(DESTDIR),)
  10. - -/sbin/depmod -a
  11. -else
  12. - -/sbin/depmod -a -b $(DESTDIR)
  13. -endif
  14. - @echo "*** Installation successful!"
  15. + @echo "*** RockLinux: depmod -a is pending!"
  16. @echo "*** Important notes:"
  17. @echo "*** 1* The libsensors configuration file ($(ETCDIR)/sensors.conf) is never"
  18. @echo "*** overwritten by our installation process, so that you won't lose"