move Pkgbuild class to packages/
This commit is contained in:
parent
434ddfde8f
commit
08d7ce8862
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from ssh import run_ssh_command, scp_put_files
|
|||
from wrapper import enforce_wrap
|
||||
from utils import git
|
||||
from binfmt import register as binfmt_register
|
||||
from distro.pkgbuild import Pkgbuild, parse_pkgbuild
|
||||
from .pkgbuild import Pkgbuild, parse_pkgbuild
|
||||
|
||||
pacman_cmd = [
|
||||
'pacman',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue