From 6c7bcf3672aaa13495903b4a11432b03501fc688 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 26 Apr 2003 10:33:12 +0000 Subject: [PATCH] - fixed (was searching for files in wrong path) Changed files: bzflag.spec -> 1.38 --- bzflag.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bzflag.spec b/bzflag.spec index 0948d38..50d9542 100644 --- a/bzflag.spec +++ b/bzflag.spec @@ -2,7 +2,7 @@ Summary: Multiplayer 3D tank battle game Summary(pl): Gra 3D dla wielu graczy - czo³gi Name: bzflag Version: 1.7g0 -Release: 2 +Release: 3 License: Chris Schoeneman 1993-1999 Group: X11/Applications/Games Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tgz @@ -39,8 +39,9 @@ strategi %patch4 -p1 %build -%{__make} linux # other, arch-dependent targets differ only in optymalization flags -%{__make} COPTFLAGS="%{rpmcflags}" +%{__make} INSTALL_DATA_DIR=%{_datadir}/bzflag linux +# other, arch-dependent targets differ only in optymalization flags +%{__make} INSTALL_DATA_DIR=%{_datadir}/bzflag COPTFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT -- 2.43.0