[ccsm] pass --prefix to build step (should fix image location issue)

Adam Williamson adamwill at fedoraproject.org
Thu Jan 20 02:54:14 UTC 2011


commit 5ee35581f91169442abb79646621c991277b53b3
Author: Adam Williamson <awilliam at redhat.com>
Date:   Thu Jan 20 02:53:49 2011 +0000

    pass --prefix to build step (should fix image location issue)

 ccsm.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ccsm.spec b/ccsm.spec
index ab26a56..269fefc 100644
--- a/ccsm.spec
+++ b/ccsm.spec
@@ -6,7 +6,7 @@
 
 Name:           ccsm
 Version:        0.9.2.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Plugin and configuration tool - Compiz Fusion Project
 
 Group:          User Interface/Desktops
@@ -37,7 +37,7 @@ plugins and the composite window manager.
 %patch102 -p1 -b .widgets_filter
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" python setup.py build
+CFLAGS="$RPM_OPT_FLAGS" python setup.py build --prefix=%{_usr}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 20 2011 Adam Williamson <awilliam at redhat.com> - 0.9.2.1-2
+- pass --prefix parameter to build (should fix image location issue)
+
 * Sat Jan 15 2011 Adam Williamson <awilliam at redhat.com> - 0.9.2.1-1
 - new release 0.9.2.1
 - drop two patches now upstreamed


More information about the scm-commits mailing list