Fix build script argument syntax

OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=32
This commit is contained in:
Philip Taylor 2011-12-26 18:14:19 +00:00 committed by Git OBS Bridge
parent d12a4fd861
commit 4ed81a621f
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ history.
%build
export CFLAGS="%{optflags}"
export CPPFLAGS="%{optflags}"
build/workspaces/update-workspaces.sh --bindir %{_bindir} --datadir %{_datadir}/%{name} --libdir %{_libdir}/%{name} --with-system-enet
build/workspaces/update-workspaces.sh --bindir=%{_bindir} --datadir=%{_datadir}/%{name} --libdir=%{_libdir}/%{name} --with-system-enet
pushd build/workspaces/gcc
%__make verbose=1 %{?_smp_mflags}
popd

View File

@ -26,7 +26,7 @@ build-stamp: config-stamp
dh_testdir
# Add here commands to compile the package.
build/workspaces/update-workspaces.sh --bindir /usr/games --datadir /usr/share/games/0ad --libdir /usr/lib/games/0ad --with-system-enet
build/workspaces/update-workspaces.sh --bindir=/usr/games --datadir=/usr/share/games/0ad --libdir=/usr/lib/games/0ad --with-system-enet
# NUMJOBS=1
# ifneq ("",$(filter parallel=%,$(DEB_BUILD_OPTIONS)))