[Goodies-commits] r2116 - notification-daemon-xfce/trunk

Nick Schermer nick at xfce.org
Sun Oct 22 17:29:12 CEST 2006


Author: nick
Date: 2006-10-22 15:29:11 +0000 (Sun, 22 Oct 2006)
New Revision: 2116

Modified:
   notification-daemon-xfce/trunk/Makefile.am
Log:
Fix problem with service.in file, reported by James Westby

Modified: notification-daemon-xfce/trunk/Makefile.am
===================================================================
--- notification-daemon-xfce/trunk/Makefile.am	2006-10-22 15:23:17 UTC (rev 2115)
+++ notification-daemon-xfce/trunk/Makefile.am	2006-10-22 15:29:11 UTC (rev 2116)
@@ -17,9 +17,8 @@
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz
 
 servicedir = $(datadir)/dbus-1/services
-service_in_files = org.freedesktop.Notifications.service
+service_in_files = org.freedesktop.Notifications.service.in
 service_DATA = $(service_in_files:.service.in=.service)
-
 %.service: %.service.in
 	sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
 




More information about the Goodies-commits mailing list