mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-16 08:10:24 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/apps into testing
This commit is contained in:
commit
76c1ad6fee
@ -7,7 +7,7 @@
|
||||
pkgbase=ogre
|
||||
pkgname=('ogre' 'ogre-docs')
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A scene-oriented, flexible 3D engine written in C++"
|
||||
arch=('x86_64')
|
||||
url='http://www.ogre3d.org'
|
||||
@ -28,9 +28,9 @@ build() {
|
||||
cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
|
||||
|
||||
# get a clean build dir
|
||||
#[[ -d build ]] && rm -rf build
|
||||
# mkdir build
|
||||
cd build
|
||||
[[ -d build ]] && rm -rf build
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
# generate CMake Makefile
|
||||
cmake .. \
|
||||
|
Loading…
Reference in New Issue
Block a user