You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/extras/ksensors/ksensors-0.7.3-fix_sound_in...

11 lines
410 B

--- ksensors-0.7.3/src/sounds/Makefile.am.ORI 2012-10-07 11:24:46.315092603 +0200
+++ ksensors-0.7.3/src/sounds/Makefile.am 2012-10-07 11:25:08.288633760 +0200
@@ -5,6 +5,7 @@
EXTRA_DIST = ksensors_alert.wav
install-data-local:
+ $(mkinstalldirs) $(kde_sounddir)
$(INSTALL_DATA) $(srcdir)/ksensors_alert.wav $(kde_sounddir)/ksensors_alert.wav
uninstall-local:
rm -f $(kde_sounddir)/ksensors_alert.wav