diff options
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/retroshare-scm.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/retroshare/retroshare-scm.ebuild b/net-p2p/retroshare/retroshare-scm.ebuild index 7c6003a..8d8ede5 100644 --- a/net-p2p/retroshare/retroshare-scm.ebuild +++ b/net-p2p/retroshare/retroshare-scm.ebuild @@ -78,7 +78,6 @@ DEPEND="${RDEPEND} qt4? ( dev-qt/qtcore:4 ) virtual/pkgconfig" -#S="${WORKDIR}/retroshare06-0.6.0/src" src_prepare() { local dir @@ -100,6 +99,9 @@ src_prepare() { -e '/isEmpty(SQLCIPHER_OK) {/aerror(libsqlcipher not found)' \ retroshare-gui/src/retroshare-gui.pro \ retroshare-nogui/src/retroshare-nogui.pro || die 'sed on retroshare-gui/src/retroshare-gui.pro failed' + cd retroshare-gui/src/lang + lrelease *.ts + cd ${S} epatch "${FILESDIR}/hidden_service.patch" epatch "${FILESDIR}/cflags.patch" |