Update to 4.0.3.
Update to newstyle buildpkg.
This commit is contained in:
21
screen/src/screen-4.0.2-makefile-madness.diff
Normal file
21
screen/src/screen-4.0.2-makefile-madness.diff
Normal file
@@ -0,0 +1,21 @@
|
||||
--- screen-4.0.2/Makefile.in.orig 2004-07-14 14:25:12.290000000 +0200
|
||||
+++ screen-4.0.2/Makefile.in 2004-07-14 14:27:18.780000000 +0200
|
||||
@@ -74,7 +74,6 @@
|
||||
-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)
|
||||
- -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
|
||||
@@ -84,10 +83,6 @@
|
||||
###############################################################################
|
||||
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."
|
||||
Reference in New Issue
Block a user