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
741 B

  1. --- ./misc/Makefile.am.orig 2004-12-01 22:15:59.768577368 +0100
  2. +++ ./misc/Makefile.am 2004-12-01 22:16:18.036800176 +0100
  3. @@ -27,7 +27,7 @@
  4. chmod a+x xine-check
  5. xine-bugreport: xine-check
  6. - test ! -f xine-bugreport && $(LN_S) xine-check xine-bugreport
  7. + if test ! -f xine-bugreport ; then $(LN_S) xine-check xine-bugreport ; fi
  8. debug:
  9. --- ./misc/Makefile.in.orig 2004-12-01 22:17:13.376387280 +0100
  10. +++ ./misc/Makefile.in 2004-12-01 22:17:31.632611912 +0100
  11. @@ -623,7 +623,7 @@
  12. chmod a+x xine-check
  13. xine-bugreport: xine-check
  14. - test ! -f xine-bugreport && $(LN_S) xine-check xine-bugreport
  15. + if test ! -f xine-bugreport ; then $(LN_S) xine-check xine-bugreport ; fi
  16. debug:
  17. @list='$(SUBDIRS)'; for subdir in $$list; do \