--- Makefile.orig Tue Dec 29 08:10:44 1998 +++ Makefile Tue Dec 29 08:11:02 1998 @@ -4,7 +4,7 @@ install: for I in $(shell find . -name '*.wav'); do \ - install -d $(prefix)/share/sounds/`dirname $$I`; \ - install -m444 $$I $(prefix)/share/sounds/$$I; \ + install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \ + install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \ done