Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit c61742d2 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Fix blacklisted.certs as relative

Close #427
parent a631c21c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ parts:
    after: [ easy-installer ]
    plugin: nil
    override-prime: |
      ln -sf /etc/java-11-openjdk/security/blocked.certs $SNAPCRAFT_PRIME/usr/lib/jvm/java-11-openjdk-amd64/lib/security/blacklisted.certs
      ln -sf ../../../../../../etc/java-11-openjdk/security/blocked.certs $SNAPCRAFT_PRIME/usr/lib/jvm/java-11-openjdk-amd64/lib/security/blacklisted.certs
      rm -f $SNAPCRAFT_PRIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libharfbuzz.so.0*
      rm -f $SNAPCRAFT_PRIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libgio-2.0.so.0*
      rm -f $SNAPCRAFT_PRIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libglib-2.0.so.0*