This commit is contained in:
Oscar Krause 2022-12-28 21:37:34 +01:00
parent 8cf7370b4d
commit 73265631a2
5 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ build:pamac:
- 'echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- 'echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers'
- chown -R build:build .
# move PKGBUILD contents to root directory
- mv PKGBUILD/* .
# move .PKGBUILD contents to root directory
- mv .PKGBUILD/* .
script:
- pwd
# download dependencies