Skip to content

Commit 3c6c746

Browse files
author
mdejong
committed
* unix/Makefile.in: Add DESTDIR fix identified
in SN bug 951001.
1 parent dbe573a commit 3c6c746

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

tix/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2004-10-15 Mo DeJong <[email protected]>
2+
3+
* unix/Makefile.in: Add DESTDIR fix identified
4+
in SN bug 951001.
5+
16
2004-01-27 Mo DeJong <[email protected]>
27

38
* unix/Makefile.in:

tix/unix/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ install-man:
242242
@cd $(MANUAL_DIR); for i in *.n *.1; \
243243
do \
244244
echo "Installing doc/$$i"; \
245-
rm -f $(MANN_DIR)/$$i; \
245+
rm -f $(DESTDIR)$(MANN_DIR)/$$i; \
246246
sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
247247
$$i > $(DESTDIR)$(MANN_DIR)/$$i; \
248248
chmod 444 $(DESTDIR)$(MANN_DIR)/$$i; \

0 commit comments

Comments
 (0)