summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/package/manifests/makepkg.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/package/manifests/makepkg.pp b/modules/package/manifests/makepkg.pp
index ff590f2..c39c732 100644
--- a/modules/package/manifests/makepkg.pp
+++ b/modules/package/manifests/makepkg.pp
@@ -7,6 +7,7 @@ define package::makepkg($asdeps=false) {
}
exec { "install $name":
+ provider => "shell",
command => "
mkdir -p /tmp/makepkg
cd /tmp/makepkg