]> git.pld-linux.org Git - packages/acm.git/commitdiff
- updated malloc,nolibs patches
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Nov 2008 08:14:30 +0000 (08:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use -j1, always /usr/lib/games

Changed files:
    acm.spec -> 1.15

acm.spec

index 2161f7df897951347bc568bbd87e1b677164523b..79c67b214fd5835600755dfaa4c4f38c1bee7af8 100644 (file)
--- a/acm.spec
+++ b/acm.spec
@@ -54,7 +54,6 @@ chmod -R +rwX *
 %patch5 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 for dir in dis dis/disgen gedit; do
@@ -65,7 +64,8 @@ for dir in dis dis/disgen gedit; do
 done
 %configure
 
-%{__make}
+# -j1 because of no rules to make dis/disp.h early enough
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -79,5 +79,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/acm
-%{_libdir}/games/acm
+%{_prefix}/lib/games/acm
 %{_mandir}/man1/acm.1*
This page took 0.084073 seconds and 4 git commands to generate.