]> git.pld-linux.org Git - packages/droidbattles.git/commitdiff
- second part of small fixes inspired by kloczek (this time better checked,
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 00:05:11 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  I hope...)

Changed files:
    droidbattles.spec -> 1.8

droidbattles.spec

index 4a74435149506e649b7ef58358b7d35a5ac557b0..fa79e66a7b7a1aaa2e29b8513fb2eefe43e93855 100644 (file)
@@ -15,7 +15,6 @@ URL:          http://www.bluefire.nu/droidbattles/
 BuildRequires: qt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 So, you're having this argument about who's the best programmer? Or
 you just want to have some programming fun? What better way to do it
@@ -87,7 +86,8 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_applnkdir}/Games}
 
 cd %{name}
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 rm docs/en/Makefile*
 cd ..
 for i in bots/*
This page took 0.077078 seconds and 4 git commands to generate.