chroot-gcc: typofix.
This commit is contained in:
parent
5145a5c243
commit
ea70cce796
|
@ -182,7 +182,7 @@ do_install() {
|
|||
|
||||
if [ -d ${DESTDIR}/usr/lib64 ]; then
|
||||
mv ${DESTDIR}/usr/lib64/* ${DESTDIR}/usr/lib/
|
||||
rmdir ${DESTDIR}/usr/lib
|
||||
rmdir ${DESTDIR}/usr/lib64
|
||||
fi
|
||||
|
||||
# Make version a symlink of major version to make all versions
|
||||
|
|
Loading…
Reference in New Issue