blob: e9aa2b1f4ea53c75b05f80c74cf3d8f080bd6162 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 91a9adbba4ac7cb85e38236a88fa0105401893a3 Mon Sep 17 00:00:00 2001
From: Elias Pipping <pipping@exherbo.org>
Date: Fri, 29 Mar 2013 14:20:34 +0100
Subject: [PATCH] Fix up after b3bbc1982995d78ccbc29ae4d51514ec19598435
---
tex/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex/Makefile.in b/tex/Makefile.in
index ce52b52..4c15fe0 100644
--- a/tex/Makefile.in
+++ b/tex/Makefile.in
@@ -27,7 +27,7 @@ RM = @RM@
LN_S = @LN_S@
install-tex:
- if test "x$(tex_dir)" != "x"; then \
+ if test "x$(tex_dir)" != "x$(DESTDIR)"; then \
$(INSTALL) -d -m 0755 "$(tex_dir)/"; \
for tex in *.tex; do \
echo "Install $$tex in $(tex_dir)/"; \
--
1.8.2
|