Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMel Chua <mel@melchua.com>2010-01-06 16:36:33 (GMT)
committer Mel Chua <mel@melchua.com>2010-01-06 16:36:33 (GMT)
commitadf0e7daf02b25e36cf6df22597f786c39fba548 (patch)
tree5aff1030e28082b9d225d23a4875f925d33d02b0
parenteed8a91e77d5a05cb8a85a9800b5b7e57e31310e (diff)
%install
-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