From 6e09feedb333719756826a3f9f9f011aca6e90d6 Mon Sep 17 00:00:00 2001 From: Thibault Cohen <thibault.cohen@savoirfairelinux.com> Date: Thu, 30 Apr 2015 16:13:09 -0400 Subject: [PATCH] packaging: fix/typo build packaging command (again) Refs #72145 Change-Id: I28249d93e77f7d9caf5fd54c3d491953c770cfa3 --- .packer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packer.yml b/.packer.yml index 445b68e9..585e5ff2 100644 --- a/.packer.yml +++ b/.packer.yml @@ -19,7 +19,7 @@ osx: - ../bootstrap - make -j3 - cd ../../ - - ./autogen.sh && configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s + - ./autogen.sh && ./configure --without-alsa --without-pulse --without-dbus --prefix=%(prefix_path)s - make install -j - cd .. - echo "LRC" -- GitLab