summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a389191..6f70f35 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
MAKEDEV := /sbin/MAKEDEV
-ifneq ($(shell uname),GNU)
+ifeq ($(shell uname),Linux)
all: devices.tar.gz
else
all:
@@ -25,7 +25,7 @@ install:
chown root:root $(DESTDIR)/usr/sbin/debootstrap
chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
-ifneq ($(shell uname),GNU)
+ifeq ($(shell uname),Linux)
install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
endif