[libreoffice] 01/01: add missing mkdir -p

Rene Engelhard rene at moszumanska.debian.org
Mon Mar 20 10:57:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit e537c5cd7dd74616f2ea4305fee05ccbd1e7a515
Author: Rene Engelhard <rene at debian.org>
Date:   Mon Mar 20 11:48:26 2017 +0100

    add missing mkdir -p
---
 changelog | 2 +-
 rules     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog b/changelog
index 1ddd3b6..b0e40ec 100644
--- a/changelog
+++ b/changelog
@@ -4,7 +4,7 @@ libreoffice (1:5.2.6-2) unstable; urgency=medium
     - move /usr/include/libreoffice/sal/typesizes.h symlink to -dev
       instead of -dev-common (closes: #858199)
 
- -- Rene Engelhard <rene at debian.org>  Sun, 19 Mar 2017 19:11:37 +0100
+ -- Rene Engelhard <rene at debian.org>  Mon, 20 Mar 2017 11:46:38 +0100
 
 libreoffice (1:5.2.6-1) unstable; urgency=medium
 
diff --git a/rules b/rules
index e7f348e..c13d509 100755
--- a/rules
+++ b/rules
@@ -2316,6 +2316,7 @@ ifeq "$(PACKAGE_SDK)" "y"
 		$(PKGDIR)-dev-common/usr/include
 	# except include/sal/typesizes.h
 	mkdir -p $(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
+	mkdir -p $(PKGDIR)-dev/usr/include/libreoffice/sal
 	mv $(PKGDIR)-dev-common/usr/include/libreoffice/sal/typesizes.h \
 		$(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
 	cd $(PKGDIR)-dev/usr/include/libreoffice/sal/ && \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list