SVN Commit by dpage: r4416 - trunk/pgadmin3/xtra/pgagent

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4416 - trunk/pgadmin3/xtra/pgagent
Date: 2005-08-25 20:39:06
Message-ID: 200508252039.j7PKd6uR023646@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-08-25 21:39:06 +0100 (Thu, 25 Aug 2005)
New Revision: 4416

Modified:
trunk/pgadmin3/xtra/pgagent/Makefile.am
Log:
I attach patch, without which creating package as not-root
(with fakeroot) is impossible, as make install tries to install
pgagent.sql into /usr/share/pgadmin, not into PREFIX/usr/share/pgadmin
[Tomasz Rybak]

Modified: trunk/pgadmin3/xtra/pgagent/Makefile.am
===================================================================
--- trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-08-23 21:23:26 UTC (rev 4415)
+++ trunk/pgadmin3/xtra/pgagent/Makefile.am 2005-08-25 20:39:06 UTC (rev 4416)
@@ -57,4 +57,4 @@
endif

install-data-local:
- $(install_sh) -c -m 644 pgagent.sql $(pkgdatadir)/pgagent.sql
+ $(install_sh) -c -m 644 pgagent.sql $(DESTDIR)/$(pkgdatadir)/pgagent.sql

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-08-25 20:39:35 Re: Debian packaging
Previous Message Tomasz Rybak 2005-08-24 23:36:00 Re: Debian packaging