[libreoffice] 01/03: add missing &&
Rene Engelhard
rene at moszumanska.debian.org
Sun Oct 9 19:40:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libreoffice.
commit 602ef6817ace309a7d514881cbb18b172d1b9b17
Author: Rene Engelhard <rene at debian.org>
Date: Sun Oct 9 21:22:18 2016 +0200
add missing &&
---
rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules b/rules
index 8adfa39..761d6de 100755
--- a/rules
+++ b/rules
@@ -2303,7 +2303,7 @@ ifeq "$(PACKAGE_SDK)" "y"
mkdir -p $(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
mv $(PKGDIR)-dev-common/usr/include/libreoffice/sal/typesizes.h \
$(PKGDIR)-dev/usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal
- cd $(PKGDIR)-dev-common/usr/include/libreoffice/sal/ \
+ cd $(PKGDIR)-dev-common/usr/include/libreoffice/sal/ && \
ln -s /usr/include/$(DEB_HOST_MULTIARCH)/libreoffice/sal/typesizes.h
mkdir -p $(PKGDIR)-dev-common/usr/share/idl
mv $(PKGDIR)-dev/usr/share/idl/libreoffice \
--
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