summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2019-02-13 20:30:37 +0200
committerPeter Pentchev <roam@debian.org>2019-02-13 20:30:37 +0200
commit540f8ab624c90165bb3685ff182f4575125ca002 (patch)
treea96da03831553242e36f643f5d8cf0dc37ac28df
parent72bd6203a697ed27c1d71e76974f79e247fb331c (diff)
Fix a FTBFS in the nodoc build: no "-o root -g root" needed.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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: