diff options
author | Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de> | 2007-09-25 03:22:39 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:32 +0200 |
commit | 1df16381394692fe55af6b3c8d928250c6bbad3f (patch) | |
tree | 892af0ea480faa09587491af2820af2961643260 /debian/rules | |
parent | 0512143582b31866db6dec01586416eb8080a463 (diff) | |
download | screen-1df16381394692fe55af6b3c8d928250c6bbad3f.tar.gz |
Imported Debian patch 4.0.3-7debian/4.0.3-7
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ac87116..d23805b 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ configure-stamp: ./configure --prefix=/usr \ --infodir='$$(prefix)/share/info' \ --mandir='$$(prefix)/share/man' \ - --with-socket-dir=/tmp/.screen \ + --with-socket-dir=/var/run/screen \ --enable-pam \ --with-pty-mode=0620 \ --with-pty-group=${TTYGROUP} \ |