[enblend] add workaround to 'make install' too

Rex Dieter rdieter at fedoraproject.org
Mon Mar 25 17:22:08 UTC 2013


commit ce393c222d6d37a69a646a97ecdecb9614765599
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Mar 25 12:21:30 2013 -0500

    add workaround to 'make install' too

 enblend.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/enblend.spec b/enblend.spec
index 504a164..fac2d1a 100644
--- a/enblend.spec
+++ b/enblend.spec
@@ -64,7 +64,7 @@ make %{?_smp_mflags} FIG2DEV=/bin/true MAKEINFO=/bin/true
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot} FIG2DEV=/bin/true MAKEINFO=/bin/true
 rm -f %{buildroot}%{_infodir}/dir
 
 %clean


More information about the scm-commits mailing list