build-style/cmake: sbin -> bin.

This commit is contained in:
Juan RP 2015-06-02 18:01:12 +02:00
parent bba1302157
commit 1f0294fb72
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ _EOF
configure_args+=" -DCMAKE_INSTALL_LIBDIR=lib"
fi
configure_args+=" -DCMAKE_INSTALL_SBINDIR=sbin"
configure_args+=" -DCMAKE_INSTALL_SBINDIR=bin"
cmake ${configure_args} ..
}