From 361475ff7662547a327f44bc944c2c07b78a6414 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 Oct 2017 18:45:33 +0100 Subject: don't rename functions we call from frontend, so no changes will be required --- src/backend/functions_makepkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3