Skip to content
Snippets Groups Projects
Commit 6e09feed authored by Thibault Cohen's avatar Thibault Cohen
Browse files

packaging: fix/typo build packaging command (again)

Refs #72145

Change-Id: I28249d93e77f7d9caf5fd54c3d491953c770cfa3
parent 2453a0da
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ osx: ...@@ -19,7 +19,7 @@ osx:
- ../bootstrap - ../bootstrap
- make -j3 - make -j3
- cd ../../ - 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 - make install -j
- cd .. - cd ..
- echo "LRC" - echo "LRC"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment