Skip to content

Commit

Permalink
Fix Calamares perm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg authored Sep 1, 2024
1 parent d590694 commit d8717ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ build_and_package() {
cd $dir

cd $dir/PKGBUILDS/calamares-git
sudo chmod -R 777 $dir/PKGBUILDS/calamares-git
sudo -u builder makepkg -cfs --noconfirm # --sign
sudo rm -rf **debug**.pkg.tar.zst calamares/
rm -f $dir/x86_64/**calamares**.pkg.tar.zst
Expand Down Expand Up @@ -149,7 +150,7 @@ build_and_package() {

for i in "${packages[@]}"; do
git clone https://aur.archlinux.org/$i
sudo chmod -R 777 ./$i
sudo chmod -R 777 ./$i
cd $i
mkdir -p $dir/PKGBUILDS/$i/
cp PKGBUILD $dir/PKGBUILDS/$i/PKGBUILD
Expand Down

0 comments on commit d8717ec

Please sign in to comment.