]> git.pld-linux.org Git - packages/screen.git/commitdiff
- outdated
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 19 Jun 2002 11:13:52 +0000 (11:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    screen-DESTDIR.patch -> 1.5

screen-DESTDIR.patch [deleted file]

diff --git a/screen-DESTDIR.patch b/screen-DESTDIR.patch
deleted file mode 100644 (file)
index 6b7d0af..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
---- screen-3.9.9/Makefile.in.orig      Fri May 25 16:50:54 2001
-+++ screen-3.9.9/Makefile.in   Mon Jun 11 00:09:06 2001
-@@ -18,7 +18,7 @@
- bindir  = $(exec_prefix)/bin
- VERSION = @VERSION@
--SCREEN = screen-$(VERSION)
-+SCREEN = screen
- ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
-@@ -70,26 +70,11 @@
-       $(CC) -c -I. -I$(srcdir) $(M_CFLAGS) $(DEFS) $(OPTIONS) $(CFLAGS) $<
- install_bin: .version screen
--      -if [ -f $(DESTDIR)$(bindir)/$(SCREEN) ] && [ ! -f $(DESTDIR)$(bindir)/$(SCREEN).old ]; \
--              then mv $(DESTDIR)$(bindir)/$(SCREEN) $(DESTDIR)$(bindir)/$(SCREEN).old; fi
--      $(INSTALL_PROGRAM) screen $(DESTDIR)$(bindir)/$(SCREEN)
-+      $(INSTALL_PROGRAM) $(SCREEN) $(DESTDIR)$(bindir)
-       -chown root $(DESTDIR)$(bindir)/$(SCREEN) && chmod 4755 $(DESTDIR)$(bindir)/$(SCREEN)
--# This doesn't work if $(bindir)/screen is a symlink
--      -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
- ###############################################################################
- install: installdirs install_bin
--      cd doc ; $(MAKE) install
--      -if [ -d /usr/lib/terminfo ]; then \
--              PATH="$$PATH:/usr/5bin" tic ${srcdir}/terminfo/screeninfo.src; \
--              chmod 644 /usr/lib/terminfo/s/screen*; \
--      fi
--# Better do this by hand. E.g. under RCS...
--#     cat ${srcdir}/terminfo/screencap >> /etc/termcap
--      @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
--      @echo "You may also want to install $(srcdir)/etc/etcscreenrc in" $(ETCSCREENRC)
- installdirs:
- # Path leading to ETCSCREENRC and Socketdirectory not checked.
This page took 0.056635 seconds and 4 git commands to generate.