cbuild/hardware:distro/precise/r1/init.sh uses wrong dpkg-architecture param to workaround multiarch
Bug #1076480 reported by
Paul Sokolovsky
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Toolchain Build Automation |
Triaged
|
Low
|
Unassigned |
Bug Description
https:/
On my system:
$ dpkg-architecture -qDEB_HOST_
i386-linux-gnu
$ dpkg-architecture -qDEB_HOST_GNU_TYPE
i686-linux-gnu
$ ls -ld /usr/lib/
drwxr-xr-x 66 root root 65536 Nov 7 19:35 /usr/lib/
$ ls -ld /usr/lib/
ls: cannot access /usr/lib/
To post a comment you must log in.
True. This only matters on 32 bit x86 - on all other architectures we care about the value is the same.