diff options
Diffstat (limited to 'audio/gnome-audio/files/patch-Makefile')
-rw-r--r-- | audio/gnome-audio/files/patch-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile index f5556e24f16d..962c506807b6 100644 --- a/audio/gnome-audio/files/patch-Makefile +++ b/audio/gnome-audio/files/patch-Makefile @@ -4,16 +4,3 @@ -prefix=$(shell gnome-config --prefix) - LN_S=ln -sf -@@ -14,4 +12,4 @@ - for I in *.wav */*.wav ; do \ -- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ -- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ -+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ - done -@@ -19,3 +17,3 @@ - install-default-links: -- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav -- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav -+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav -+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav |