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