summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/lhs2tex/files/lhs2tex-1.18.1-mandir.patch')
-rw-r--r--dev-haskell/lhs2tex/files/lhs2tex-1.18.1-mandir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-haskell/lhs2tex/files/lhs2tex-1.18.1-mandir.patch b/dev-haskell/lhs2tex/files/lhs2tex-1.18.1-mandir.patch
deleted file mode 100644
index 285fbd7d23fe..000000000000
--- a/dev-haskell/lhs2tex/files/lhs2tex-1.18.1-mandir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Setup.hs.orig 2014-11-03 00:57:44.033467328 +0530
-+++ b/Setup.hs 2014-11-03 00:58:05.775218672 +0530
-@@ -205,7 +205,7 @@
- else docdir (absoluteInstallDirs pd lbi cd) `joinFileName` "doc"
- let manDir = if isWindows
- then dataPref `joinFileName` "Documentation"
-- else datadir (absoluteInstallDirs pd lbi cd) `joinFileName` ".." `joinFileName` "man" `joinFileName` "man1"
-+ else datadir (absoluteInstallDirs pd lbi cd) `joinFileName` ".." `joinFileName` ".." `joinFileName` "man" `joinFileName` "man1"
- createDirectoryIfMissing True docDir
- installOrdinaryFile v (lhs2texDocDir `joinFileName` "Guide2.pdf") (docDir `joinFileName` "Guide2.pdf")
- when (not isWindows) $