diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /audio/gnomeaudio2/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'audio/gnomeaudio2/files/patch-aa')
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa deleted file mode 100644 index af6fa3fade6a..000000000000 --- a/audio/gnomeaudio2/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- sounds/Makefile.orig Tue Jan 26 23:56:12 1999 -+++ sounds/Makefile Fri Jan 29 14:28:41 1999 -@@ -6,9 +6,9 @@ - - 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 startup1.wav $(prefix)/share/sounds/startup.wav -+ ln -sf startup1.wav $(prefix)/share/gnome/sounds/startup.wav |