From: Daniel Baumann Date: Mon, 9 Aug 2010 22:35:42 +0000 (+0200) Subject: Moving configs to etc directory within the source tree. X-Git-Tag: debian/2.0.0-1~2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=0b7c04f82a7345b93c13a26a5fb0e461f227aec8 Moving configs to etc directory within the source tree. --- 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