diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-31 19:08:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-31 19:08:55 +0000 |
commit | 57159c433be01f76e26edb00b35e5b5bd056c84f (patch) | |
tree | 97c63a8b7323a864463b9e60775e90178d54c35a /audio/gnomeaudio2/files/patch-aa | |
parent | Add 4.0current support. (diff) |
Upgrade to 0.99.4.
PR: ports/9814
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'audio/gnomeaudio2/files/patch-aa')
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa index ee90087e72da..af6fa3fade6a 100644 --- a/audio/gnomeaudio2/files/patch-aa +++ b/audio/gnomeaudio2/files/patch-aa @@ -1,12 +1,15 @@ ---- Makefile.orig Tue Dec 29 08:10:44 1998 -+++ Makefile Tue Dec 29 08:11:02 1998 -@@ -4,7 +4,7 @@ +--- sounds/Makefile.orig Tue Jan 26 23:56:12 1999 ++++ sounds/Makefile Fri Jan 29 14:28:41 1999 +@@ -6,9 +6,9 @@ - install: + install-files: 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; \ ++ mkdir -p $(prefix)/share/gnome/sounds/`dirname $$I`; \ ++ ${INSTALL_DATA} $$I $(prefix)/share/gnome/sounds/$$I; \ done + install-default-links: +- ln -sf startup1.wav $(prefix)/share/sounds/startup.wav ++ ln -sf startup1.wav $(prefix)/share/gnome/sounds/startup.wav |