From a3b8a31d11dcbf195d0b8285161c1907437b6c6f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 19:51:09 +0200 Subject: [PATCH] Renaming etc directory to their actual name, examples, within source tree. --- Makefile | 2 +- {etc => examples}/live-persistence.binds | 0 {etc => examples}/live-snapshot.exclude_list | 0 {etc => examples}/live-snapshot.list | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {etc => examples}/live-persistence.binds (100%) rename {etc => examples}/live-snapshot.exclude_list (100%) rename {etc => examples}/live-snapshot.list (100%) diff --git a/Makefile b/Makefile index 4aac9bc..1126e94 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ install: cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples + cp -r examples/* $(DESTDIR)/usr/share/doc/live-boot/examples # (FIXME) # Installing manpages diff --git a/etc/live-persistence.binds b/examples/live-persistence.binds similarity index 100% rename from etc/live-persistence.binds rename to examples/live-persistence.binds diff --git a/etc/live-snapshot.exclude_list b/examples/live-snapshot.exclude_list similarity index 100% rename from etc/live-snapshot.exclude_list rename to examples/live-snapshot.exclude_list diff --git a/etc/live-snapshot.list b/examples/live-snapshot.list similarity index 100% rename from etc/live-snapshot.list rename to examples/live-snapshot.list -- 2.1.4