[bootlin/training-materials updates] master: slides/buildroot-advanced-packages: use normal indentation on init install example (6e749123)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Apr 15 08:03:45 CEST 2020


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/6e7491232d0d18fe928dd40d6055a342245cfa8e

>---------------------------------------------------------------

commit 6e7491232d0d18fe928dd40d6055a342245cfa8e
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Wed Apr 15 08:03:45 2020 +0200

    slides/buildroot-advanced-packages: use normal indentation on init install example
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

6e7491232d0d18fe928dd40d6055a342245cfa8e
 .../buildroot-advanced-packages/buildroot-advanced-packages.tex   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
index ef93136a..71d46b08 100644
--- a/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
+++ b/slides/buildroot-advanced-packages/buildroot-advanced-packages.tex
@@ -470,13 +470,13 @@ endef
 \begin{block}{bind.mk}
   \begin{minted}[fontsize=\scriptsize]{make}
 define BIND_INSTALL_INIT_SYSV
-  $(INSTALL) -m 0755 -D package/bind/S81named \
-     $(TARGET_DIR)/etc/init.d/S81named
+        $(INSTALL) -m 0755 -D package/bind/S81named \
+                $(TARGET_DIR)/etc/init.d/S81named
 endef
 
 define BIND_INSTALL_INIT_SYSTEMD
-  $(INSTALL) -D -m 644 package/bind/named.service \
-     $(TARGET_DIR)/usr/lib/systemd/system/named.service
+        $(INSTALL) -D -m 644 package/bind/named.service \
+                $(TARGET_DIR)/usr/lib/systemd/system/named.service
 endef
   \end{minted}
 \end{block}




More information about the training-materials-updates mailing list