]> granicus.if.org Git - strace/commitdiff
2008-05-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:55:48 +0000 (01:55 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:55:48 +0000 (01:55 +0000)
* debian/rules (binary-arch): Fix chmod/chown typo.
Fixes Debian#459255.

debian/rules

index db893a718b5bad4910dbfe902c2e3557f3777fdc..fc257ac8f3958297a5517de1753d85cf4fffaa92 100755 (executable)
@@ -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