blob: ec42a39d5c24e8ecd111d56a5e637d297eebb04b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- Makefile.in.orig 2017-05-03 16:46:29 UTC
+++ Makefile.in
@@ -250,7 +250,7 @@ endif
#
# Bootstrap
#
-bootstrap: check-if-root compilerplugins
+bootstrap: compilerplugins
#
# Build
@@ -362,7 +362,7 @@ else
@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
|