diff options
author | Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de> | 2007-08-30 18:31:53 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:30 +0200 |
commit | eda6bb153399adbd1aa3dbc9c2f5bcb62d1a7280 (patch) | |
tree | 2faf8416f69bdd131826f579a53932aa7bfefae2 /debian/rules | |
parent | 36d81cb7e914b53be85296259c8d2c82d455fec2 (diff) | |
download | screen-eda6bb153399adbd1aa3dbc9c2f5bcb62d1a7280.tar.gz |
Imported Debian patch 4.0.3-4debian/4.0.3-4
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 3 insertions, 4 deletions
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 |