From 540f8ab624c90165bb3685ff182f4575125ca002 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Wed, 13 Feb 2019 20:30:37 +0200 Subject: Fix a FTBFS in the nodoc build: no "-o root -g root" needed. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f09151f..d0ec5ad 100755 --- a/debian/rules +++ b/debian/rules @@ -64,7 +64,7 @@ endif ifeq ($(DEB_NODOC),1) override_dh_installdocs: mkdir -p $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4 - install -c -o root -g root -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4/ + install -p -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/stunnel4/usr/share/doc/stunnel4/ override_dh_installman: -- cgit v1.2.3