blob: 3d029c70cf228b17cd8936450a02d99bc6816931 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.in.orig 2018-02-21 20:11:59.625836000 -0500
+++ Makefile.in 2018-02-21 20:12:33.042717000 -0500
@@ -254,7 +254,7 @@
#
# Bootstrap
#
-bootstrap: check-if-root compilerplugins
+bootstrap: compilerplugins
#
# Build
@@ -388,7 +388,7 @@
@exit 1
endif
-distro-pack-install: install
+distro-pack-install: install-strip
$(SRCDIR)/bin/distro-install-clean-up
$(SRCDIR)/bin/distro-install-desktop-integration
$(SRCDIR)/bin/distro-install-sdk
|