summaryrefslogtreecommitdiffstats
path: root/python-cssutils
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-09-25 20:41:47 +0000
committer Eric Hameleers <alien@slackware.com>2010-09-25 20:41:47 +0000
commitc88966a6102261e40fa622e233ec6e221c5d108a (patch)
treebb735614d959e1516d965cebd48f7cd238bba98b /python-cssutils
parent993470bb471f74490cd5a5c7696b90c325a61b6e (diff)
downloadasb-c88966a6102261e40fa622e233ec6e221c5d108a.tar.gz
asb-c88966a6102261e40fa622e233ec6e221c5d108a.tar.xz
Add logging
Diffstat (limited to 'python-cssutils')
-rwxr-xr-xpython-cssutils/build/python-cssutils.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-cssutils/build/python-cssutils.SlackBuild b/python-cssutils/build/python-cssutils.SlackBuild
index e1483d22..ee9e3113 100755
--- a/python-cssutils/build/python-cssutils.SlackBuild
+++ b/python-cssutils/build/python-cssutils.SlackBuild
@@ -134,7 +134,7 @@ chmod -R u+w,go+r-w,a+X-s .
echo Building ...
# The source is infested with DOS files:
sed -i -e 's/\r//' $( find . -type f -exec file "{}" ";" | grep CRLF | cut -f1 -d: )
-python setup.py install --root=$PKG
+python setup.py install --root=$PKG 2>&1 | tee $OUTPUT/make-$PRGNAM.log
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION