diff options
author | Daniel Baumann <daniel@debian.org> | 2011-06-03 10:39:45 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-06-03 10:39:45 +0200 |
commit | 348cb4b391ea151511a077636a112b7399f99088 (patch) | |
tree | f2e6e76428552d5dae13ff40907f6a4131a63a7e /Makefile | |
parent | b8eff5a2f2720dcf8aca9e5c681c32c64207a719 (diff) | |
download | vyos-live-build-348cb4b391ea151511a077636a112b7399f99088.tar.gz vyos-live-build-348cb4b391ea151511a077636a112b7399f99088.zip |
Moving 'default' hooks for minimal and stripped to example hooks, they will have to be enabled manually now (Closes: #627183).
Previously, there were a couple of hooks that were automatically run
for some image flavours. This came back from the old days when we
had to deconfigure gdm and enable kdm explicitly for kde images.
After lenny, this hack was not needed anymore, and there's not much
sense to keep the mechanism in place at all. Better, let's treat all
images the same way wrt/ hooks and don't do special automagics.
The only images that is of concern of are minimal and stripped
which we don't build by default anyway. This also stopps confusing
others.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ build: install: # Installing shared data mkdir -p $(DESTDIR)/usr/share/live/build - cp -r cgi data examples functions scripts hooks includes lists repositories templates $(DESTDIR)/usr/share/live/build + cp -r cgi data examples functions scripts includes lists repositories templates $(DESTDIR)/usr/share/live/build # Installing executables mkdir -p $(DESTDIR)/usr/bin |