Skip to content

Commit

Permalink
build: remove symlink for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo authored Jul 15, 2024
1 parent 9e63792 commit 14d1e8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ parts:
mv $SNAPCRAFT_PART_INSTALL/datashare-dist-*-all.jar $SNAPCRAFT_PART_INSTALL/datashare.jar
# Remove the arch part of the openjdk directory
mv $SNAPCRAFT_PART_INSTALL/usr/lib/jvm/java-17-openjdk-* $SNAPCRAFT_PART_INSTALL/usr/lib/jvm/java-17-openjdk || /bin/true
# Remove errored symlink to the blacklist certificates
# Remove errored symlinks to the blacklist certificates
rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/jvm/java-*-openjdk/lib/security/blacklisted.certs
rm -f $SNAPCRAFT_PART_INSTALL/usr/lib/jvm/java-*-openjdk-*/lib/security/blacklisted.certs
snapcraftctl build
override-prime: |
snapcraftctl prime
Expand Down

0 comments on commit 14d1e8a

Please sign in to comment.