From: Roland McGrath Date: Tue, 20 May 2008 01:55:48 +0000 (+0000) Subject: 2008-05-19 Roland McGrath X-Git-Tag: v4.5.18~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53d8899d57e1dd237148ada53ff3ee9c29f6864;p=strace 2008-05-19 Roland McGrath * debian/rules (binary-arch): Fix chmod/chown typo. Fixes Debian#459255. --- diff --git a/debian/rules b/debian/rules index db893a71..fc257ac8 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ binary-arch: build checkroot install -d -m 755 -o root -g root debian/$(package) # reset the mode to work around a bug in install - chown 755 debian/$(package) + chmod 755 debian/$(package) install -d -m 755 -o root -g root debian/$(package)/DEBIAN # Install strace