summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2008-05-20 01:55:48 +0000
committerRoland McGrath <roland@redhat.com>2008-05-20 01:55:48 +0000
commite53d8899d57e1dd237148ada53ff3ee9c29f6864 (patch)
treeef421a333008cbdcc50fd41038a7c1332fa390ca /debian
parent91802a600ea4ee9683054f3fd075e62fe854eab1 (diff)
downloadstrace-e53d8899d57e1dd237148ada53ff3ee9c29f6864.tar.gz
strace-e53d8899d57e1dd237148ada53ff3ee9c29f6864.tar.bz2
strace-e53d8899d57e1dd237148ada53ff3ee9c29f6864.tar.xz
2008-05-19 Roland McGrath <roland@redhat.com>
* debian/rules (binary-arch): Fix chmod/chown typo. Fixes Debian#459255.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index db893a7..fc257ac 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