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.

57 lines
2.5 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/powerpc/powerpc-utils/makefile.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- ./Makefile.orig 2004-08-10 22:50:32.715450936 +0200
  20. +++ ./Makefile 2004-08-10 22:52:37.634460360 +0200
  21. @@ -27,7 +27,7 @@
  22. INSTALL = /usr/bin/install -c
  23. SOUND_INC = -I.
  24. -PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol fblevel fnset
  25. +PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol fblevel fnset fdeject nvvideo sndvolmix
  26. SCRIPTS = macos
  27. GENERATED_MAN = clock.8 macos.8 nvsetenv.8 sndvolmix.8 fdeject.1 \
  28. @@ -130,23 +130,16 @@
  29. chmod 600 $(DESTDIR)$(devsdir)/sndstat; \
  30. fi
  31. -install: all man installdirs
  32. +install: all installdirs
  33. $(INSTALL) -m 4511 clock $(DESTDIR)$(sbindir)
  34. $(INSTALL) -m 755 nvsetenv nvvideo $(DESTDIR)$(sbindir)
  35. - $(INSTALL) -m 755 mousemode sndvolmix vmode nvsetvol $(DESTDIR)$(usbindir)
  36. + $(INSTALL) -m 755 mousemode sndvolmix nvsetvol $(DESTDIR)$(usbindir)
  37. $(INSTALL) -m 755 fdeject $(DESTDIR)/$(ubindir)
  38. $(INSTALL) -m 755 $(SCRIPTS) $(DESTDIR)$(sbindir)
  39. - $(INSTALL) -m 644 fdeject.man $(DESTDIR)$(man1dir)/fdeject.1
  40. - $(INSTALL) -m 644 clock.man $(DESTDIR)$(man8dir)/clock.8
  41. - $(INSTALL) -m 644 mousemode.man $(DESTDIR)$(man8dir)/mousemode.8
  42. - $(INSTALL) -m 644 nvsetenv.man $(DESTDIR)$(man8dir)/nvsetenv.8
  43. - $(INSTALL) -m 644 nvvideo.man $(DESTDIR)$(man8dir)/nvvideo.8
  44. - $(INSTALL) -m 644 sndvolmix.man $(DESTDIR)$(man8dir)/sndvolmix.8
  45. - $(INSTALL) -m 644 vmode.man $(DESTDIR)$(man8dir)/vmode.8
  46. - $(INSTALL) -m 644 macos.man $(DESTDIR)$(man8dir)/macos.8
  47. $(INSTALL) -m 644 trackpad.8 $(DESTDIR)$(man8dir)/trackpad.8
  48. $(INSTALL) -m 644 nvsetvol.8 $(DESTDIR)$(man8dir)/nvsetvol.8
  49. + $(INSTALL) -m 644 fblevel.8 $(DESTDIR)$(man8dir)/fblevel.8
  50. cleanobjs:
  51. $(RM) *.o *.bak *~ *.man $(GENERATED_MAN)