From f290bcce1a018662e61ad2cb1ba4eaf5ee540e78 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 1 Jun 2018 13:58:19 -0500 Subject: [PATCH] trivial: snap: make snap/ a directory instead of symlink This was causing stray files to end up in /snap directory of the snap --- snap | 1 - snap/snapcraft.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 snap create mode 120000 snap/snapcraft.yaml diff --git a/snap b/snap deleted file mode 120000 index d7a09f6f1..000000000 --- a/snap +++ /dev/null @@ -1 +0,0 @@ -contrib/snap/ \ No newline at end of file diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 120000 index 000000000..15469b4ee --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1 @@ +../contrib/snap/snapcraft.yaml \ No newline at end of file