Jan Engelhardt
2e4233f38e
Run fdupes to eliminate script copies. OBS-URL: https://build.opensuse.org/package/show/science/4ti2?expand=0&rev=21
22 lines
633 B
Diff
22 lines
633 B
Diff
From 0ec32ea7cc2f9947ede1c87d079f6f34c221cb45 Mon Sep 17 00:00:00 2001
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: Wed, 5 Feb 2014 00:33:39 +0100
|
|
Subject: [PATCH] build: stop misplacing documentation
|
|
|
|
docdir must not be statically set as it would override what the
|
|
user gave to ./configure --docdir=...
|
|
---
|
|
doc/Makefile.am | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
Index: 4ti2-1.6.9/doc/Makefile.am
|
|
===================================================================
|
|
--- 4ti2-1.6.9.orig/doc/Makefile.am
|
|
+++ 4ti2-1.6.9/doc/Makefile.am
|
|
@@ -1,5 +1,3 @@
|
|
-docdir = $(pkgdatadir)/doc
|
|
-
|
|
doc_DATA = 4ti2_manual.pdf
|
|
|
|
## Manual sources.
|