diff options
author | Steven Knight <knight@baldmt.com> | 2001-11-28 03:30:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-11-28 03:30:53 (GMT) |
commit | ad78319ad3ede8f7065f9c945a3585cad04c3731 (patch) | |
tree | bf4e6fb4c27ddbb0d2d2ce54f79f0a8d80c723c1 /debian | |
parent | f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e (diff) | |
download | SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.zip SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.gz SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.bz2 |
Change packaging to the new /usr/lib/scons/ scheme
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4ff4659..e410c4c 100644 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,9 @@ install-common-stamp: install-scons: build install-common python build/scons/setup.py install \ --install-scripts=`pwd`/debian/scons/usr/bin \ ---install-purelib=`pwd`/debian/scons/usr/lib/scons-0.01 --no-compile +--install-purelib=`pwd`/debian/scons/usr/lib/scons --no-compile +# Here's how we'd install the build engine in a version-specific directory. +#--install-purelib=`pwd`/debian/scons/usr/lib/scons-$VERSION --no-compile install-python-scons: build install-common python build/python-scons/setup.py install \ |