[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.1.2.20070818-173-geaa1db9)



The branch, master has been updated
       via  eaa1db9f3913126b157cdc283b34250d5497530f (commit)
      from  76885149df80234cd91c42ca83752cfe5cd470f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 libgeda/data/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit eaa1db9f3913126b157cdc283b34250d5497530f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Dec 23 06:13:15 2007 +0000

    Fix $(DESTDIR) prefix for MIME database update in libgeda

:100644 100644 5ffbec7... b4ea097... M	libgeda/data/Makefile.am

=========
 Changes
=========

commit eaa1db9f3913126b157cdc283b34250d5497530f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Dec 23 06:13:15 2007 +0000

    Fix $(DESTDIR) prefix for MIME database update in libgeda

diff --git a/libgeda/data/Makefile.am b/libgeda/data/Makefile.am
index 5ffbec7..b4ea097 100644
--- a/libgeda/data/Makefile.am
+++ b/libgeda/data/Makefile.am
@@ -46,12 +46,12 @@ install-data-local:
 
 install-data-hook:
 if ENABLE_UPDATE_MIME_DATABASE
-	$(UPDATE_MIME_DATABASE) "$(mimedir)"
+	$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(mimedir)"
 endif
 
 uninstall-hook:
 if ENABLE_UPDATE_MIME_DATABASE
-	$(UPDATE_MIME_DATABASE) "$(mimedir)"
+	$(UPDATE_MIME_DATABASE) "$(DESTDIR)$(mimedir)"
 endif
 	$(install_icon_exec) -u $(theme_icons)
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs