Skip to content

Commit 73e04d0

Browse files
committed
fix libs and libs32 symlinks dockerfile copy
1 parent 0352ea6 commit 73e04d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.agnos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ RUN touch -r /lib/systemd/systemd /etc/fstab
166166
# populate /usr
167167
COPY ./userspace/usr/comma/ /usr/$USERNAME/
168168
COPY ./userspace/usr/share/fonts/* /usr/share/fonts/
169-
COPY ./userspace/libs/* /usr/lib/aarch64-linux-gnu/
170-
COPY ./userspace/libs32/* /usr/lib/arm-linux-gnueabihf/
169+
COPY ./userspace/libs /usr/lib/aarch64-linux-gnu/
170+
COPY ./userspace/libs32 /usr/lib/arm-linux-gnueabihf/
171171

172172
# this is big, only enable when we need it
173173
# kernel headers for the AGNOS kernel (built on device)

0 commit comments

Comments
 (0)