diff --git a/snapcraft.yaml b/snapcraft.yaml index 3ea7c779..beeef4d8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -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/ where libfakeroot will live cd $SNAPCRAFT_PART_INSTALL/usr/lib/ - # ln -s ${SNAPCRAFT_ARCH_TRIPLET} lib-arch + ln -s ${SNAPCRAFT_ARCH_TRIPLET} lib-arch