Revision 24167,
380 bytes
checked in by broder, 15 years ago
(diff) |
Import schroot upstream into subversion.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | # Fix ownership and permissions of binaries, for testing before installation. |
---|
3 | |
---|
4 | set -e |
---|
5 | |
---|
6 | [ -x schroot/schroot ] && chown root:root schroot/schroot && chmod +s schroot/schroot |
---|
7 | [ -x dchroot/dchroot ] && chown root:root dchroot/dchroot && chmod +s dchroot/dchroot |
---|
8 | [ -x dchroot-dsa/dchroot-dsa ] && chown root:root dchroot-dsa/dchroot-dsa && chmod +s dchroot-dsa/dchroot-dsa |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.