mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 06:34:36 +08:00
fix mkdir
This commit is contained in:
parent
8f99b46c0a
commit
a063265a7b
@ -29,7 +29,7 @@ build() {
|
||||
patch -p0 -i ${srcdir}/xdg-path.patch || return 1
|
||||
patch -p0 -i ${srcdir}/gcc45.patch || return 1
|
||||
cd ..
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
export XDG_CONFIG_DIRS=/etc/xdg
|
||||
cmake ../${pkgname}-1-${pkgver} \
|
||||
|
@ -24,7 +24,7 @@ groups=("kde-uninstall" "kde-support")
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${_origname} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
|
Loading…
Reference in New Issue
Block a user