]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core94: Fix dead symlinks in filelist
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2015 10:59:20 +0000 (11:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2015 10:59:20 +0000 (11:59 +0100)
The rootfiles have been renamed, but not the symlinks
were not.

Fixes #10931

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/94/filelists/Email-Date-Format [deleted symlink]
config/rootfiles/core/94/filelists/MIME-Lite [deleted symlink]
config/rootfiles/core/94/filelists/perl-Email-Date-Format [new symlink]
config/rootfiles/core/94/filelists/perl-MIME-Lite [new symlink]

diff --git a/config/rootfiles/core/94/filelists/Email-Date-Format b/config/rootfiles/core/94/filelists/Email-Date-Format
deleted file mode 120000 (symlink)
index b98751e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/Email-Date-Format
\ No newline at end of file
diff --git a/config/rootfiles/core/94/filelists/MIME-Lite b/config/rootfiles/core/94/filelists/MIME-Lite
deleted file mode 120000 (symlink)
index c388805..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../common/MIME-Lite
\ No newline at end of file
diff --git a/config/rootfiles/core/94/filelists/perl-Email-Date-Format b/config/rootfiles/core/94/filelists/perl-Email-Date-Format
new file mode 120000 (symlink)
index 0000000..9980811
--- /dev/null
@@ -0,0 +1 @@
+../../../common/perl-Email-Date-Format
\ No newline at end of file
diff --git a/config/rootfiles/core/94/filelists/perl-MIME-Lite b/config/rootfiles/core/94/filelists/perl-MIME-Lite
new file mode 120000 (symlink)
index 0000000..aa0aa6b
--- /dev/null
@@ -0,0 +1 @@
+../../../common/perl-MIME-Lite
\ No newline at end of file