Skip to content

Commit

Permalink
Snapcraft fix for incorrect symlink
Browse files Browse the repository at this point in the history
Deleting invalid symlink that was absolute and disallowed by snapcraft.  It also pointed to a non-existing file so was invalid as well.
  • Loading branch information
frossm committed Mar 9, 2022
1 parent 757620e commit a487644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.fross</groupId>
<artifactId>cal</artifactId>
<version>2.3.11</version>
<version>2.3.12</version>
<packaging>jar</packaging>

<name>cal</name>
Expand Down
5 changes: 4 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fcal
version: '2.3.11'
version: '2.3.12'
summary: Command line calendar display
description: |
fCal is a command line calendar display utility. It will display a
Expand Down Expand Up @@ -31,6 +31,9 @@ parts:
source-branch: master
source-type: git
after: [library]
override-prime: |
snapcraftctl prime
rm -vf usr/lib/jvm/java-11-openjdk-*/lib/security/blacklisted.certs
plugs:
cal-network:
Expand Down

0 comments on commit a487644

Please sign in to comment.