summaryrefslogtreecommitdiff
path: root/audio/gnomeaudio2/files/patch-aa
blob: ee90087e72da34e53ca82592613f5fa1503b00b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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