diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-18 20:25:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-18 20:25:19 +0000 |
commit | 4ebae5d6075e470431e5a9c23faf6d56146a27ae (patch) | |
tree | dcf94d697e891f7429c1c063f213de692c93c5e7 /gnome-extra/libgda | |
parent | *** empty log message *** (diff) | |
download | historical-4ebae5d6075e470431e5a9c23faf6d56146a27ae.tar.gz historical-4ebae5d6075e470431e5a9c23faf6d56146a27ae.tar.bz2 historical-4ebae5d6075e470431e5a9c23faf6d56146a27ae.zip |
*** empty log message ***
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnome-extra/libgda/libgda-0.2.0.ebuild b/gnome-extra/libgda/libgda-0.2.0.ebuild index 5d38de9ca94c..3114f3d00784 100644 --- a/gnome-extra/libgda/libgda-0.2.0.ebuild +++ b/gnome-extra/libgda/libgda-0.2.0.ebuild @@ -27,7 +27,8 @@ src_compile() { src_install() { cd ${S} - try make prefix=${D}/opt/gnome install + try make prefix=${D}/opt/gnome \ + GDA_oafinfodir=${D}/opt/gnome/share/oaf install dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO } |