mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
fix typo
This commit is contained in:
@@ -46,7 +46,7 @@ cp -p third_party/Csocket/Csocket.cc third_party/Csocket/Csocket.h $TMPDIR/$ZNCD
|
|||||||
mkdir -p --mode=0755 $TMPDIR/$ZNCDIR/third_party/cctz
|
mkdir -p --mode=0755 $TMPDIR/$ZNCDIR/third_party/cctz
|
||||||
cp -Rp third_party/cctz/src third_party/cctz/include third_party/cctz/LICENSE.txt $TMPDIR/$ZNCDIR/third_party/cctz/
|
cp -Rp third_party/cctz/src third_party/cctz/include third_party/cctz/LICENSE.txt $TMPDIR/$ZNCDIR/third_party/cctz/
|
||||||
mkdir -p --mode=0755 $TMPDIR/$ZNCDIR/third_party/gtest-parallel
|
mkdir -p --mode=0755 $TMPDIR/$ZNCDIR/third_party/gtest-parallel
|
||||||
cp -p third_party/gtest-parallel/LICENSE third_party/gtest-parallel/gtest-parallel third_party/gtest-parallel/gtest-parallel.py $TMPDIR/$ZNCDIR/third_party/gtest-parallel/
|
cp -p third_party/gtest-parallel/LICENSE third_party/gtest-parallel/gtest-parallel third_party/gtest-parallel/gtest_parallel.py $TMPDIR/$ZNCDIR/third_party/gtest-parallel/
|
||||||
(
|
(
|
||||||
cd $TMPDIR2
|
cd $TMPDIR2
|
||||||
cmake $TMPDIR/$ZNCDIR -DWANT_PERL=yes -DWANT_PYTHON=yes
|
cmake $TMPDIR/$ZNCDIR -DWANT_PERL=yes -DWANT_PYTHON=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user