gephex--release--0.4.3--patch-2

[email protected] Thu, 28 Apr 2005 20:41:55 +0200 (CEST)
Newsgroups gmane.comp.video.gephex.devel
Message-ID <[email protected]>
Archive: [email protected]
New revision: gephex--release--0.4.3--patch-2

--
Revision: gephex--release--0.4.3--patch-2
Archive: [email protected]
Creator: The Gephex Source Archive <[email protected]>
Date: Thu Apr 28 20:38:48 CEST 2005
Standard-date: 2005-04-28 18:38:48 GMT
Modified-files: data/Makefile.am
New-patches: [email protected]/gephex--release--0.4.3--patch-2
    [email protected]/gephex--bugfix-125--0.4--base-0
    [email protected]/gephex--bugfix-125--0.4--patch-1
Summary: merge bugfix for #125
Keywords: bugfix



Patches applied:

 * [email protected]/gephex--bugfix-125--0.4--base-0
   tag of [email protected]/gephex--release--0.4.3--patch-1

 * [email protected]/gephex--bugfix-125--0.4--patch-1
   replace $prefix in gephex.conf.default 

* added directories

    {arch}/gephex/gephex--bugfix-125
    {arch}/gephex/gephex--bugfix-125/gephex--bugfix-125--0.4
    {arch}/gephex/gephex--bugfix-125/gephex--bugfix-125--0.4/[email protected]
    {arch}/gephex/gephex--bugfix-125/gephex--bugfix-125--0.4/[email protected]/patch-log

* added files

    {arch}/gephex/gephex--bugfix-125/gephex--bugfix-125--0.4/[email protected]/patch-log/base-0
    {arch}/gephex/gephex--bugfix-125/gephex--bugfix-125--0.4/[email protected]/patch-log/patch-1
    {arch}/gephex/gephex--release/gephex--release--0.4.3/[email protected]/patch-log/patch-2

* modified files

--- orig/data/Makefile.am
+++ mod/data/Makefile.am
@@ -18,6 +18,8 @@
 
 install-data-hook:
 	chmod u+x $(DESTDIR)$(datadir)/run_in_terminal.sh
+	sed -e "s,\$$(prefix),$(prefix)," < $(DESTDIR)$(datadir)/gephex.conf.default > $(DESTDIR)$(datadir)/gephex.conf.default.tmp
+	mv $(DESTDIR)$(datadir)/gephex.conf.default.tmp	$(DESTDIR)$(datadir)/gephex.conf.default
 
 uninstall-hook:
 	rm -rf $(DESTDIR)$(bindir)/gephex-engine