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.

22 lines
800 B

  1. --- ./polyp/Makefile.am.orig 2005-10-18 14:38:11.000000000 +0200
  2. +++ ./polyp/Makefile.am 2005-10-18 14:38:15.000000000 +0200
  3. @@ -731,7 +731,7 @@
  4. install-exec-hook:
  5. chown root $(DESTDIR)$(bindir)/polypaudio
  6. chmod u+s $(DESTDIR)$(bindir)/polypaudio
  7. - ln -s pacat $(DESTDIR)$(bindir)/parec
  8. + ln -fs pacat $(DESTDIR)$(bindir)/parec
  9. $(SYMDEF_FILES): module-defs.h.m4
  10. $(M4) -Dfname="$@" $< > $@
  11. --- ./polyp/Makefile.in.orig 2005-10-18 14:38:18.000000000 +0200
  12. +++ ./polyp/Makefile.in 2005-10-18 14:38:23.000000000 +0200
  13. @@ -3960,7 +3960,7 @@
  14. install-exec-hook:
  15. chown root $(DESTDIR)$(bindir)/polypaudio
  16. chmod u+s $(DESTDIR)$(bindir)/polypaudio
  17. - ln -s pacat $(DESTDIR)$(bindir)/parec
  18. + ln -fs pacat $(DESTDIR)$(bindir)/parec
  19. $(SYMDEF_FILES): module-defs.h.m4
  20. $(M4) -Dfname="$@" $< > $@