diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-04 21:39:58 +0000 |
commit | 03af2187bd388708aa7234d923ec38192b6fc7a2 (patch) | |
tree | 7ce23e0d0c750d353ac0da5306ba035076e0adf0 /audio/gnomeaudio2/files | |
parent | dd85694bb4fdd0d68574a5b609e8e026c8a16a4e (diff) |
Notes
Diffstat (limited to 'audio/gnomeaudio2/files')
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa index 13a86220f234..f5556e24f16d 100644 --- a/audio/gnomeaudio2/files/patch-aa +++ b/audio/gnomeaudio2/files/patch-aa @@ -1,22 +1,19 @@ ---- sounds/Makefile.orig Wed Feb 24 14:19:09 1999 -+++ sounds/Makefile Mon Jul 12 11:24:27 1999 -@@ -1,15 +1,13 @@ +--- Makefile.orig Thu Feb 15 14:40:33 2001 ++++ Makefile Mon Feb 26 19:24:22 2001 +@@ -1,3 +1 @@ -prefix=$(shell gnome-config --prefix) - - all: - - install: install-files install-default-links - - 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`; \ -+ ${BSD_INSTALL_DATA} $$I $(PREFIX)/share/gnome/sounds/$$I; \ + 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 -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 +- $(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 |