1
0
forked from pool/prboom-plus

Accepting request 122453 from home:worldcitizen:branches:games

Corrected typo in spec file

OBS-URL: https://build.opensuse.org/request/show/122453
OBS-URL: https://build.opensuse.org/package/show/games/prboom-plus?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2012-05-26 08:11:27 +00:00 committed by Git OBS Bridge
parent 12c2e4b362
commit 7de731d6cd
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 25 20:32:53 UTC 2012 - joop.boonen@opensuse.org
- Corrected typo in spec file
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 25 16:13:06 UTC 2012 - joop.boonen@opensuse.org Fri May 25 16:13:06 UTC 2012 - joop.boonen@opensuse.org

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: prboom-plus Name: prboom-plus
Version: 2.5.1.1 Version: 2.5.1.1
Release: 0 Release: 0
@ -75,7 +74,7 @@ never happen in the future since compatibility is as important.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
b="%buildroot:; b="%buildroot";
make install DESTDIR="$b"; make install DESTDIR="$b";
# Will manually package docs (see %%files) # Will manually package docs (see %%files)
rm -Rf "$b/%_datadir/doc"; rm -Rf "$b/%_datadir/doc";