summaryrefslogtreecommitdiffstats
path: root/modules/package
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 03:10:34 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-05 03:10:34 -0500
commite1998426f8be6d5c9cf421469b2a924603792685 (patch)
tree06e2f8595cadc2d6cb005ac902d9e65a159fa425 /modules/package
parent7271231f87467dde3eb8209c4b9db1cd8a55b3fa (diff)
downloadpuppet-tozt-e1998426f8be6d5c9cf421469b2a924603792685.tar.gz
puppet-tozt-e1998426f8be6d5c9cf421469b2a924603792685.zip
fix directory name
Diffstat (limited to 'modules/package')
-rw-r--r--modules/package/manifests/makepkg.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/package/manifests/makepkg.pp b/modules/package/manifests/makepkg.pp
index 3666970..a874377 100644
--- a/modules/package/manifests/makepkg.pp
+++ b/modules/package/manifests/makepkg.pp
@@ -12,7 +12,7 @@ define package::makepkg($asdeps=false) {
cd /tmp
rm -rf 'makepkg-$name'
su doy -c 'git clone https://aur.archlinux.org/$name.git makepkg-$name'
- cd '$name'
+ cd 'makepkg-$name'
su doy -c makepkg
pacman -U --noconfirm --needed $extra_cmdline $name-*.pkg.tar.xz
",