summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d6259b..b8bea18 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,14 @@ endif
47 47
48install: $(DESTINATIONS) 48install: $(DESTINATIONS)
49 49
50install-packages:
51ifeq ($(shell id -u),0)
52 install -m0644 eschew-unstable.pref /etc/apt/preferences.d/
53 bash install-packages.bash
54else
55 sudo -- $(MAKE) -$(MAKEFLAGS) $@
56endif
57
50simulate-install: 58simulate-install:
51 @echo 59 @echo
52 @echo \#\# SIMULATED INSTALL \#\# 60 @echo \#\# SIMULATED INSTALL \#\#