mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fixed cd commands in qtcore-4.8.x beps
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user