diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:51:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:51:09 +0200 |
commit | a3b8a31d11dcbf195d0b8285161c1907437b6c6f (patch) | |
tree | db19d7e5c8de258299273f12ccbbeb18d6140eda | |
parent | 524e4fb039ccd35a7101e66b661d7b94373487c1 (diff) | |
download | live-boot-a3b8a31d11dcbf195d0b8285161c1907437b6c6f.tar.gz live-boot-a3b8a31d11dcbf195d0b8285161c1907437b6c6f.zip |
Renaming etc directory to their actual name, examples, within source tree.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | examples/live-persistence.binds (renamed from etc/live-persistence.binds) | 0 | ||||
-rw-r--r-- | examples/live-snapshot.exclude_list (renamed from etc/live-snapshot.exclude_list) | 0 | ||||
-rw-r--r-- | examples/live-snapshot.list (renamed from etc/live-snapshot.list) | 0 |
4 files changed, 1 insertions, 1 deletions
@@ -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 index b2c3833..b2c3833 100644 --- a/etc/live-persistence.binds +++ b/examples/live-persistence.binds diff --git a/etc/live-snapshot.exclude_list b/examples/live-snapshot.exclude_list index 82972e3..82972e3 100644 --- a/etc/live-snapshot.exclude_list +++ b/examples/live-snapshot.exclude_list diff --git a/etc/live-snapshot.list b/examples/live-snapshot.list index db05733..db05733 100644 --- a/etc/live-snapshot.list +++ b/examples/live-snapshot.list |