We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe573a commit 3c6c746Copy full SHA for 3c6c746
tix/ChangeLog
@@ -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
6
2004-01-27 Mo DeJong <[email protected]>
7
8
* unix/Makefile.in:
tix/unix/Makefile.in
@@ -242,7 +242,7 @@ install-man:
242
@cd $(MANUAL_DIR); for i in *.n *.1; \
243
do \
244
echo "Installing doc/$$i"; \
245
- rm -f $(MANN_DIR)/$$i; \
+ rm -f $(DESTDIR)$(MANN_DIR)/$$i; \
246
sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
247
$$i > $(DESTDIR)$(MANN_DIR)/$$i; \
248
chmod 444 $(DESTDIR)$(MANN_DIR)/$$i; \
0 commit comments