generated from general-packages/pika-pkg-template
change some meson opts
This commit is contained in:
parent
12111bee73
commit
999e28bc2c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
scx (1.0.2-101pika) pika; urgency=medium
|
scx (1.0.2.git-101pika) pika; urgency=medium
|
||||||
|
|
||||||
* Pika
|
* Pika
|
||||||
|
|
||||||
|
5
main.sh
5
main.sh
@ -6,10 +6,11 @@ set -e
|
|||||||
|
|
||||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||||
|
|
||||||
VERSION="1.0.2"
|
VERSION="1.0.2.git"
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
|
#git clone https://github.com/sched-ext/scx.git -b v"$VERSION"
|
||||||
|
git clone https://github.com/sched-ext/scx.git
|
||||||
cp -rvf ./debian ./scx/
|
cp -rvf ./debian ./scx/
|
||||||
cd ./scx/
|
cd ./scx/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user