[qscintilla] %%install: add INSTALL_ROOT

Rex Dieter rdieter at fedoraproject.org
Tue Mar 5 00:47:47 UTC 2013


commit 9e364b3eecaad06178b4be5dabc1eb18dc3221e6
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Mar 4 18:46:55 2013 -0600

    %%install: add INSTALL_ROOT
    
    not sure why this is needed yet (DESTDIR works for my own local builds)

 qscintilla.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qscintilla.spec b/qscintilla.spec
index 95873ee..c0e7d38 100644
--- a/qscintilla.spec
+++ b/qscintilla.spec
@@ -93,7 +93,7 @@ popd
 make -C Qt4Qt5 install INSTALL_ROOT=%{buildroot} 
 make -C designer-Qt4Qt5 install INSTALL_ROOT=%{buildroot}
 %if 0%{?python}
-make -C Python install DESTDIR=%{buildroot}
+make -C Python install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
 %endif
 
 


More information about the scm-commits mailing list