diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 18:45:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-12 18:45:33 +0100 |
commit | 361475ff7662547a327f44bc944c2c07b78a6414 (patch) | |
tree | 2805707f18d70562f0aae0cd9368e85c8e36ee22 /src | |
parent | d1c626c9ce06252edebe379e34246e19fd849aed (diff) |
don't rename functions we call from frontend, so no changes will be required
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/functions_makepkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/functions_makepkg.sh b/src/backend/functions_makepkg.sh index 5f60046..e67230e 100644 --- a/src/backend/functions_makepkg.sh +++ b/src/backend/functions_makepkg.sh @@ -55,7 +55,7 @@ jailpkgstart () { chroot "$overlaypath" su - "$jailuser" } -jailmakepkg () { +makepkg () { checkifroot checkjailsum jailpkgprep |