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 9731c320b..eb895e0c3 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -58,7 +58,7 @@ endif | |||
58 | # Change the version string to include the Debian version | 58 | # Change the version string to include the Debian version |
59 | SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') | 59 | SSH_EXTRAVERSION := Debian-$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/Version: //p' | sed -e 's/[^-]*-//') |
60 | 60 | ||
61 | DISTRIBUTOR := $(shell lsb_release -is 2>/dev/null || echo Debian) | 61 | DISTRIBUTOR := $(shell dpkg-vendor --derives-from Ubuntu 2>/dev/null && echo Ubuntu) |
62 | ifeq ($(DISTRIBUTOR),Ubuntu) | 62 | ifeq ($(DISTRIBUTOR),Ubuntu) |
63 | DEFAULT_PATH := /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games | 63 | DEFAULT_PATH := /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games |
64 | else | 64 | else |