Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--SPECS/sugar-visualmatch.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/SPECS/sugar-visualmatch.spec b/SPECS/sugar-visualmatch.spec
index 4aea342..2e034cc 100644
--- a/SPECS/sugar-visualmatch.spec
+++ b/SPECS/sugar-visualmatch.spec
@@ -29,7 +29,7 @@ python ./setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+python ./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}
%clean