From b03f201f05debe6114a88fad1f0ef45c0ec21e3f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 10 Aug 2010 00:35:42 +0200 Subject: [PATCH] Moving configs to etc directory within the source tree. --- Makefile | 2 +- {conf => etc}/live-persistence.binds | 0 {conf => etc}/live-snapshot.exclude_list | 0 {conf => etc}/live-snapshot.list | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {conf => etc}/live-persistence.binds (100%) rename {conf => etc}/live-snapshot.exclude_list (100%) rename {conf => etc}/live-snapshot.list (100%) diff --git a/Makefile b/Makefile index e4150c5..d38a949 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ install: cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-boot mkdir -p $(DESTDIR)/usr/share/doc/live-boot/examples - cp -r conf/* $(DESTDIR)/usr/share/doc/live-boot/examples + cp -r etc/* $(DESTDIR)/usr/share/doc/live-boot/examples # (FIXME) # Installing manpages diff --git a/conf/live-persistence.binds b/etc/live-persistence.binds similarity index 100% rename from conf/live-persistence.binds rename to etc/live-persistence.binds diff --git a/conf/live-snapshot.exclude_list b/etc/live-snapshot.exclude_list similarity index 100% rename from conf/live-snapshot.exclude_list rename to etc/live-snapshot.exclude_list diff --git a/conf/live-snapshot.list b/etc/live-snapshot.list similarity index 100% rename from conf/live-snapshot.list rename to etc/live-snapshot.list -- 2.1.4