From 1676b7d95321d7fee9e5f274a72490af1e3865de Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 8 Mar 2013 16:43:23 +0000 Subject: [PATCH] Fixed cd commands in qtcore-4.8.x beps --- dev-qt/qtcore/qtcore-4.8.x-git.bep | 4 ++-- dev-qt/qtcore/qtcore-4.8.x.bep | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtcore/qtcore-4.8.x-git.bep b/dev-qt/qtcore/qtcore-4.8.x-git.bep index 217f00192..eacedad16 100644 --- a/dev-qt/qtcore/qtcore-4.8.x-git.bep +++ b/dev-qt/qtcore/qtcore-4.8.x-git.bep @@ -7,7 +7,7 @@ DEPEND="" #CHECKSUM_MD5="" MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { - cd qt-4.8.x-git + cd qtcore-4.8.x-git configure --prefix-install=no -no-pch -no-opengl -no-largefile \ -fast -nomake examples -nomake demos -release -opensource \ -confirm-license -no-iconv -phonon -no-phonon-backend \ @@ -16,7 +16,7 @@ BUILD { } INSTALL { - cd qt-4.8.x-git + cd qtcore-4.8.x-git make install INSTALL_ROOT=${DESTDIR} } diff --git a/dev-qt/qtcore/qtcore-4.8.x.bep b/dev-qt/qtcore/qtcore-4.8.x.bep index 148ec9bd0..af23591c3 100644 --- a/dev-qt/qtcore/qtcore-4.8.x.bep +++ b/dev-qt/qtcore/qtcore-4.8.x.bep @@ -7,7 +7,7 @@ DEPEND="" #CHECKSUM_MD5="" MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." BUILD { - cd qt-4.8.x + cd qtcore-4.8.x configure --prefix-install=no -no-pch -no-opengl -no-largefile \ -fast -nomake examples -nomake demos -release -opensource \ -confirm-license -no-iconv -phonon -no-phonon-backend \ @@ -16,7 +16,7 @@ BUILD { } INSTALL { - cd qt-4.8.x + cd qtcore-4.8.x make install INSTALL_ROOT=${DESTDIR} }