attempt to fix 0
This commit is contained in:
parent
7c0a9d1e25
commit
cd48347bc8
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
jamesdsp (2.7.0-101pika1) pika; urgency=medium
|
||||
jamesdsp (2.7.0.git-101pika1) pika; urgency=medium
|
||||
|
||||
* New release + port to PikaOS 4.
|
||||
|
||||
|
5
main.sh
5
main.sh
@ -2,14 +2,15 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="2.7.0"
|
||||
VERSION="2.7.0.git"
|
||||
|
||||
source ./pika-build-config.sh
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
# Clone Upstream
|
||||
git clone --recursive https://github.com/Audio4Linux/JDSP4Linux -b "$VERSION"
|
||||
#git clone --recursive https://github.com/Audio4Linux/JDSP4Linux -b "$VERSION"
|
||||
git clone --recursive https://github.com/Audio4Linux/JDSP4Linux
|
||||
cd JDSP4Linux
|
||||
cp -rvf ../debian ./
|
||||
cp -rvf ../jamesdsp.desktop ./
|
||||
|
Loading…
Reference in New Issue
Block a user