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.

26 lines
1.2 KiB

  1. diff -Nur crystality-plugin-0.92.orig/Makefile crystality-plugin-0.92/Makefile
  2. --- crystality-plugin-0.92.orig/Makefile 2001-08-13 01:41:14.000000000 +0200
  3. +++ crystality-plugin-0.92/Makefile 2004-10-23 19:10:26.000000000 +0200
  4. @@ -35,9 +35,7 @@
  5. echo "No Crystality binaries found, do \"make\" before\!";\
  6. exit 1;\
  7. fi ;\
  8. - if [ -d /usr/local/bin ] ; then \
  9. - cp $(STDIO_PLUGIN) /usr/local/bin ;\
  10. - elif [ -d /usr/bin ] ; then \
  11. + if [ -d /usr/bin ] ; then \
  12. cp $(STDIO_PLUGIN) /usr/bin; \
  13. else \
  14. echo -e "\n\n**********************************************************" ;\
  15. diff -Nur crystality-plugin-0.92.orig/README crystality-plugin-0.92/README
  16. --- crystality-plugin-0.92.orig/README 2001-08-13 01:53:35.000000000 +0200
  17. +++ crystality-plugin-0.92/README 2004-10-23 19:10:37.000000000 +0200
  18. @@ -66,7 +66,7 @@
  19. Distribution contains binary version of XMMS plugin library and stdin/stdout
  20. plugin executable (Linux i586, glibc 2.1.3).
  21. You may copy plugin library file (libcrystality.so) into XMMS's Effect
  22. -directory and executable (crystality-stdio) to /usr/local/bin or any location
  23. +directory and executable (crystality-stdio) to /usr/bin or any location
  24. you prefer. For default locations simply type:
  25. make install