summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2006-07-24 15:35:35 +0000
committerCHTEKK <CHTEKK@localhost>2006-07-24 15:35:35 +0000
commitbb51abe17497e4cc29f0dc06c005b050d751f912 (patch)
tree02177aa7db632d339c624593df9f591ef82c9f83 /dev-db/pgadmin3/pgadmin3-1.4.3.ebuild
parentdev-db/pgadmin3: Fix KEYWORDS. Update style. Delete RESTRICT="mirror", the li... (diff)
downloadtesting-bb51abe17497e4cc29f0dc06c005b050d751f912.tar.gz
testing-bb51abe17497e4cc29f0dc06c005b050d751f912.tar.bz2
testing-bb51abe17497e4cc29f0dc06c005b050d751f912.zip
dev-db/pgadmin3: Add cd "${S}". They are not really required, but imo make orientation in the ebuild much clearer.
svn path=/testing/; revision=21
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