Remove all static references to /prebuilts

This commit is contained in:
InsanePrawn 2022-01-26 15:56:38 +01:00
parent b65823bc10
commit 8ead5c9542
2 changed files with 3 additions and 3 deletions

View file

@ -204,9 +204,9 @@ class Chroot:
'-W',
'-x',
'--exclude',
'pkgbuilds',
CHROOT_PATHS['pkgbuilds'].strip('/'),
'--exclude',
'prebuilts',
CHROOT_PATHS['packages'].strip('/'),
f'{base_chroot.path}/',
f'{self.path}/',
])