From: Iustin Pop Date: Wed, 3 Mar 2010 08:58:24 +0000 (+0100) Subject: Distribute examples in the archive X-Git-Tag: v0.9~4 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=c7d2385f04213427ea87e4b4dff3469a3b6a8991 Distribute examples in the archive The examples were not shipped at all, which makes it hard to package them. This patch renames the directory holding them (example → examples), adds the executable bit on the interfaces hook, and distributes them in the dist archive. Signed-off-by: Iustin Pop Reviewed-by: René Nussbaumer --- diff --git a/Makefile.am b/Makefile.am index 868d1a6..744de08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,9 @@ os_DATA = common.sh dist_doc_DATA = COPYING NEWS README -EXTRA_DIST = common.sh.in defaults +EXTRA_DIST = common.sh.in defaults \ + examples/hooks/grub \ + examples/hooks/interfaces do_subst = sed \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ diff --git a/example/hooks/grub b/examples/hooks/grub similarity index 100% rename from example/hooks/grub rename to examples/hooks/grub diff --git a/example/hooks/interfaces b/examples/hooks/interfaces old mode 100644 new mode 100755 similarity index 100% rename from example/hooks/interfaces rename to examples/hooks/interfaces