Get rid of spurious } in octave_api macro.

This commit is contained in:
Jussi Lehtola 2011-12-16 01:42:54 +02:00
parent 1e0f3d98c0
commit 834892e5b5

View File

@ -1,7 +1,7 @@
# Octave packaging macros # Octave packaging macros
# Octave binary API provided # Octave binary API provided
%octave_api %(octave-config -p API_VERSION || echo 0)} %octave_api %(octave-config -p API_VERSION || echo 0)
# Octave Package Directories # Octave Package Directories
%octshareprefix %{_datadir}/octave %octshareprefix %{_datadir}/octave