[egoboo] Fix the make install to use the right Makefile

Bruno Wolff III bruno at fedoraproject.org
Tue Mar 13 02:51:11 UTC 2012


commit ee8380e39d79b641d41a8977afc903cfdb9d2a46
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Mar 11 13:39:37 2012 -0500

    Fix the make install to use the right Makefile

 egoboo.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/egoboo.spec b/egoboo.spec
index 05fa9b6..69fbc45 100644
--- a/egoboo.spec
+++ b/egoboo.spec
@@ -36,8 +36,7 @@ make -C src
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make -C game -f Makefile.unix ENET_OBJ= PREFIX=$RPM_BUILD_ROOT%{_prefix} \
-  install
+make -C src install
 
 # below is the desktop file and icon stuff.
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications


More information about the scm-commits mailing list