summaryrefslogtreecommitdiffstats
path: root/bzr/build/bzr.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-21 16:13:38 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-21 16:13:38 +0000
commit6fc752ef9fa9697cc9c3a53c9868adc03a26e75e (patch)
treefbd1e5253c5e2e3425e53abba3ef5eb03114980a /bzr/build/bzr.SlackBuild
parent10eed7139ca6548219fe9123e8c53863883ce157 (diff)
downloadasb-6fc752ef9fa9697cc9c3a53c9868adc03a26e75e.tar.gz
asb-6fc752ef9fa9697cc9c3a53c9868adc03a26e75e.tar.xz
Let's keep the .pyc files
Diffstat (limited to '')
-rwxr-xr-xbzr/build/bzr.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bzr/build/bzr.SlackBuild b/bzr/build/bzr.SlackBuild
index a198b0ca..026575b2 100755
--- a/bzr/build/bzr.SlackBuild
+++ b/bzr/build/bzr.SlackBuild
@@ -142,7 +142,7 @@ python setup.py install --prefix=$PKG/usr \
# We don't need all of this in the package:
rm -rf $PKG/usr/lib/python${PYTHON}/site-packages/bzrlib/tests
-find $PKG/usr/lib/python${PYTHON}/site-packages -name '*.pyc' | xargs rm -f
+#find $PKG/usr/lib/python${PYTHON}/site-packages -name '*.pyc' | xargs rm -f
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION