generated from general-packages/pika-pkg-template
Update main.sh
This commit is contained in:
parent
e31f3f9c7a
commit
acd5fd19e0
10
main.sh
10
main.sh
@ -6,15 +6,15 @@ set -e
|
||||
|
||||
echo "$PIKA_BUILD_ARCH" > pika-build-arch
|
||||
|
||||
VERSION="1.0"
|
||||
VERSION="1.0.1"
|
||||
|
||||
# Clone Upstream
|
||||
mkdir -p ./src-pkg-name
|
||||
cp -rvf ./debian ./src-pkg-name/
|
||||
cd ./src-pkg-name/
|
||||
git clone https://invent.kde.org/system/kio-admin.git -b v24.08.2
|
||||
cp -rvf ./debian ./kio-admin/
|
||||
cd ./kio-admin/
|
||||
|
||||
# Get build deps
|
||||
LOGNAME=root dh_make --createorig -y -l -p src-pkg-name_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
LOGNAME=root dh_make --createorig -y -l -p kio-admin_"$VERSION" || echo "dh-make: Ignoring Last Error"
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
|
Loading…
Reference in New Issue
Block a user