Skip to content

Commit

Permalink
Fix override-build
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Dec 5, 2023
1 parent 981d635 commit fc630bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ parts:
CGO_ENABLED=0 go build -o "$ins_bin" ./cmd/ubuntu-image/
# create a symlink /usr/bin/fakeroot -> /usr/bin/fakeroot-tcp
cd $SNAPCRAFT_PART_INSTALL/usr/bin/
# ln -s fakeroot-tcp fakeroot
ln -s fakeroot-tcp fakeroot
# Create a symbolic link to /usr/lib/<arch> where libfakeroot will live
cd $SNAPCRAFT_PART_INSTALL/usr/lib/
# ln -s ${SNAPCRAFT_ARCH_TRIPLET} lib-arch
ln -s ${SNAPCRAFT_ARCH_TRIPLET} lib-arch

0 comments on commit fc630bf

Please sign in to comment.