Skip to content

Commit

Permalink
chore: Fix ownership permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Mar 7, 2025
1 parent a486b70 commit b1fc3c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgver=v2.17.2
pkgname=millennium
pkgrel=4
pkgrel=5
pkgdesc="Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead."
arch=('x86_64')
url="https://github.com/shdwmtr/millennium"
Expand Down Expand Up @@ -73,5 +73,6 @@ package() {
echo -e "\e[1m\e[92m==>\e[0m \e[1mCreating virtual environment...\e[0m"
/opt/python-i686-3.11.8/bin/python3.11 -m venv "$pkgdir$HOME/.local/share/millennium/lib/cache/" --system-site-packages --symlinks

sudo chown -R $USER:$USER $pkgdir$HOME/.local/share/millennium
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

0 comments on commit b1fc3c4

Please sign in to comment.