summaryrefslogtreecommitdiffstats
path: root/bin/dosbin
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dosbin')
-rwxr-xr-xbin/dosbin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dosbin b/bin/dosbin
index 426b93190..cdd247cbd 100755
--- a/bin/dosbin
+++ b/bin/dosbin
@@ -16,7 +16,7 @@ ret=0
for x in "$@" ; do
if [[ -e ${x} ]] ; then
- install -m0755 -o root -g 0 "${x}" "${D}${DESTTREE}/sbin"
+ install -m0755 -o 0 -g 0 "${x}" "${D}${DESTTREE}/sbin"
else
echo "!!! ${0##*/}: ${x} does not exist" 1>&2
false