Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build_files/package_spec/debian/rules')
-rwxr-xr-xbuild_files/package_spec/debian/rules8
1 files changed, 7 insertions, 1 deletions
diff --git a/build_files/package_spec/debian/rules b/build_files/package_spec/debian/rules
index 5844d289d88..60b8c694dd4 100755
--- a/build_files/package_spec/debian/rules
+++ b/build_files/package_spec/debian/rules
@@ -18,6 +18,12 @@ override_dh_auto_configure:
-DWITH_PYTHON_INSTALL:BOOL=OFF \
-DWITH_OPENCOLLADA:BOOL=OFF
+override_dh_install:
+ dh_install
+
+ # remove duplicated docs
+ rm -rf debian/blender-snapshot/usr/share/doc/blender
+
override_dh_python3:
dh_python3 -V 3.1-3.2 /usr/share/blender/$(REL)/scripts
@@ -27,4 +33,4 @@ get-orig-source:
svn -q export -r $(REV) $(SVN_URL) get-orig-source/blender-$(VER)
GZIP='--best --no-name' tar czf $(TARBALL) -C get-orig-source blender-$(VER)
rm -rf get-orig-source
- echo " "$(TARBALL)" created; move it to the right destination to build the package"
+ @echo "$(TARBALL) created; move it to the right destination to build the package"