aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gnome-audio/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnome-audio/files/patch-aa')
-rw-r--r--audio/gnome-audio/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gnome-audio/files/patch-aa b/audio/gnome-audio/files/patch-aa
new file mode 100644
index 00000000000..ee90087e72d
--- /dev/null
+++ b/audio/gnome-audio/files/patch-aa
@@ -0,0 +1,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
+