diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /audio/gnomeaudio2/files/patch-aa | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'audio/gnomeaudio2/files/patch-aa')
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa deleted file mode 100644 index f503576c9f07..000000000000 --- a/audio/gnomeaudio2/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- sounds/Makefile.orig Wed Feb 24 22:19:09 1999 -+++ sounds/Makefile Sat Mar 6 15:20:39 1999 -@@ -6,10 +6,10 @@ - - install-files: - for I in $(shell find . -name '*.wav'); do \ -- install -d $(prefix)/share/sounds/`dirname $$I`; \ -- install -m444 $$I $(prefix)/share/sounds/$$I; \ -+ mkdir -p $(prefix)/share/gnome/sounds/`dirname $$I`; \ -+ ${INSTALL_DATA} $$I $(prefix)/share/gnome/sounds/$$I; \ - done - - install-default-links: -- ln -sf startup3.wav $(prefix)/share/sounds/login.wav -- ln -sf shutdown1.wav $(prefix)/share/sounds/logout.wav -+ ln -sf startup3.wav $(prefix)/share/gnome/sounds/startup.wav -+ ln -sf shutdown1.wav $(prefix)/share/gnome/sounds/logout.wav |