Skip to content

Commit

Permalink
Makefile: fix missing \
Browse files Browse the repository at this point in the history
Recently we changed the way to do builds, adding the missing \

Signed-off-by: Douglas Landgraf <[email protected]>
  • Loading branch information
dougsland committed Oct 14, 2024
1 parent 1cd84ff commit 4feb349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ rpm: clean dist ## - Creates a local RPM package, useful for develop
--define="u_enable_qm_mount_bind_sound ${EN_QM_MNT_BIND_SOUND}" \
--define="u_enable_qm_mount_bind_kvm ${EN_QM_MNT_BIND_KVM}" \
--define="u_enable_qm_mount_bind_input ${EN_QM_MNT_BIND_INPUT}" \
--define="u_enable_qm_mount_bind_video ${EN_QM_MNT_BIND_VIDEO}"
--define="u_enable_qm_mount_bind_video ${EN_QM_MNT_BIND_VIDEO}" \
--define="_topdir ${RPM_TOPDIR}" \
--define="version ${VERSION}" \
${SPECFILE}
Expand Down

0 comments on commit 4feb349

Please sign in to comment.