From a6a178ff549767f1aa5ab163c7bb09b04304e89f Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:52:51 +0300 Subject: [PATCH] fix perms --- main.sh | 4 +++- release.sh | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index 74d2640..822cae1 100644 --- a/main.sh +++ b/main.sh @@ -4,7 +4,9 @@ add-apt-repository https://ppa.pika-os.com add-apt-repository ppa:pikaos/pika add-apt-repository ppa:kubuntu-ppa/backports # Clone Upstream -cd ./pika-amdgpu-core +git clone https://github.com/lassekongo83/adw-gtk3 +cp -rvf ./debian ./adw-gtk3/ +cd ./adw-gtk3 # Get build deps apt-get build-dep ./ -y diff --git a/release.sh b/release.sh index 88c56e4..e4efb8e 100644 --- a/release.sh +++ b/release.sh @@ -1,14 +1,14 @@ # Sign the packages -dpkg-sig --sign builder ./output/pika-amdgpu-core*.deb +dpkg-sig --sign builder ./output/adw-gtk3-theme*.deb # Pull down existing ppa repo db files etc rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo # Remove our existing package from the repo -reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% pika-amdgpu-core*)' +reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% adw-gtk3-theme*)' # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/pika-amdgpu-core*.deb +reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/adw-gtk3-theme*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/