From eda6bb153399adbd1aa3dbc9c2f5bcb62d1a7280 Mon Sep 17 00:00:00 2001 From: Jan Christoph Nordholz Date: Thu, 30 Aug 2007 18:31:53 +0200 Subject: Imported Debian patch 4.0.3-4 --- debian/rules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index affd5a5..7f3f349 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ #export DH_VERBOSE=1 package := screen -ROOT := $(shell pwd)/debian/$(package) +ROOT := $(CURDIR)/debian/$(package) # statically define this... sucko TTYGROUP := 5 @@ -29,7 +29,7 @@ configure-stamp: ./configure --prefix=/usr \ --infodir='$$(prefix)/share/info' \ --mandir='$$(prefix)/share/man' \ - --with-socket-dir=/var/run/screen \ + --with-socket-dir=/tmp/.screen \ --enable-pam \ --with-pty-mode=0620 \ --with-pty-group=${TTYGROUP} \ @@ -57,7 +57,7 @@ install: build $(MAKE) prefix=$(ROOT)/usr SCREENENCODINGS='$$(prefix)/share/screen/utf8encodings' installdirs install_bin # install the debian screenrc to etc install -m 644 debian/screenrc $(ROOT)/etc - # hack around the fact that the install target makes screen a symlink to screen-$(VERSION) + # hack around the fact that the install target makes screen a symlink to screen-$$(VERSION) rm -f $(ROOT)/usr/bin/screen mv -f $(ROOT)/usr/bin/screen* $(ROOT)/usr/bin/screen # make it setgid utmp @@ -72,7 +72,6 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_installdebconf dh_installdocs cp debian/README.terminfo $(ROOT)/usr/share/doc/screen/terminfo/ dh_installexamples -- cgit v1.2.3