diff options
author | Bram Stolk <bram.stolk@canonical.com> | 2022-09-20 16:06:30 -0700 |
---|---|---|
committer | Bram Stolk <bram.stolk@canonical.com> | 2022-09-20 16:06:30 -0700 |
commit | bd33e6e91a59a22b3809d27fb2dce7305e4a12b0 (patch) | |
tree | fd956a40a9ed8ee9046b123c58e619db98fd8c7e | |
parent | af74c5325d08f5dbd5ce4b846e920d885554cb2c (diff) |
A resumed build should not fail when makeing a symbolic link.
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index b577de0..c341070 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -218,7 +218,7 @@ parts: # because dri.pc (from mesa-common-dev) comes from the archive, not from # the gnome platform snap. cd /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pkgconfig - ln -s libdrm.pc libdrm-uninstalled.pc + ln -fs libdrm.pc libdrm-uninstalled.pc cd - $OUT/gn gen $OUT |