summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pgadmin3/pgadmin3-1.4.3.ebuild')
-rw-r--r--dev-db/pgadmin3/pgadmin3-1.4.3.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-db/pgadmin3/pgadmin3-1.4.3.ebuild b/dev-db/pgadmin3/pgadmin3-1.4.3.ebuild
index 0c07b5f..3761dc3 100644
--- a/dev-db/pgadmin3/pgadmin3-1.4.3.ebuild
+++ b/dev-db/pgadmin3/pgadmin3-1.4.3.ebuild
@@ -26,6 +26,8 @@ pkg_setup() {
}
src_compile() {
+ cd "${S}"
+
# pgadmin3 inserts WX_HOME before the WX_CONFIG path below, so we have to strip "/usr" from it
econf \
--with-wx-config=${WX_CONFIG/\/usr} \
@@ -35,6 +37,8 @@ src_compile() {
}
src_install() {
+ cd "${S}"
+
einstall || die "einstall failed"
insinto /usr/share/pixmaps