You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
927 B
21 lines
927 B
21 years ago
|
--- screen-3.9.11/Makefile.in.hack Thu Feb 14 14:36:33 2002
|
||
|
+++ screen-3.9.11/Makefile.in Sat Feb 16 11:54:23 2002
|
||
|
@@ -79,7 +79,7 @@
|
||
|
-if [ -f $(DESTDIR)$(bindir)/screen ] && [ ! -f $(DESTDIR)$(bindir)/screen.old ]; then mv $(DESTDIR)$(bindir)/screen $(DESTDIR)$(bindir)/screen.old; fi
|
||
|
rm -f $(DESTDIR)$(bindir)/screen
|
||
|
(cd $(DESTDIR)$(bindir) && ln -sf $(SCREEN) screen)
|
||
|
- cp $(srcdir)/utf8encodings/?? $(DESTDIR)$(SCREENENCODINGS)
|
||
|
+ cp $(srcdir)/utf8encodings/?? $(DDESTDIR)$(SCREENENCODINGS)
|
||
|
|
||
|
###############################################################################
|
||
|
install: installdirs install_bin
|
||
|
@@ -95,7 +95,7 @@
|
||
|
|
||
|
installdirs:
|
||
|
# Path leading to ETCSCREENRC and Socketdirectory not checked.
|
||
|
- $(srcdir)/etc/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(SCREENENCODINGS)
|
||
|
+ $(srcdir)/etc/mkinstalldirs $(DESTDIR)$(bindir) $(DDESTDIR)$(SCREENENCODINGS)
|
||
|
cd doc ; $(MAKE) installdirs
|
||
|
|
||
|
uninstall: .version
|