diff options
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 2101c97ee..ba78595af 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -97,7 +97,7 @@ confflags += --with-selinux | |||
97 | endif | 97 | endif |
98 | 98 | ||
99 | # The deb build wants xauth; the udeb build doesn't. | 99 | # The deb build wants xauth; the udeb build doesn't. |
100 | confflags += --with-xauth=/usr/bin/X11/xauth | 100 | confflags += --with-xauth=/usr/bin/xauth |
101 | confflags_udeb += --without-xauth | 101 | confflags_udeb += --without-xauth |
102 | 102 | ||
103 | # Default paths. The udeb build has /usr/bin/X11 and /usr/games removed. | 103 | # Default paths. The udeb build has /usr/bin/X11 and /usr/games removed. |