summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-20 18:37:30 -0300
committerTingPing <tngpng@gmail.com>2013-04-20 18:37:30 -0300
commitbc1c84347d54b438854daf83c3a9b73726716c43 (patch)
tree49071d95ead0a58a5023fee83eaf0aac739fd661
parent2db01371b30e35649b72347d9a61f8c714d34f87 (diff)
fix install error
-rw-r--r--share/sounds/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/sounds/Makefile.am b/share/sounds/Makefile.am
index b71011c9..f1dc0fc5 100644
--- a/share/sounds/Makefile.am
+++ b/share/sounds/Makefile.am
@@ -4,7 +4,7 @@ sounddir = $(datadir)/sounds/freedesktop/stereo
 UPDATE_SOUND_CACHE = touch -m $(datadir)/sounds/freedesktop || :
 
 install-data-hook:
-	mv -f $(datadir)/sounds/freedesktop/stereo/beep.wav $(datadir)/sounds/freedesktop/stereo/hexchat_beep.wav
+	mv $(DESTDIR)$(datadir)/sounds/freedesktop/stereo/beep.wav $(DESTDIR)$(datadir)/sounds/freedesktop/stereo/hexchat_beep.wav
 	$(UPDATE_SOUND_CACHE);
 
 uninstall-hook: