diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-22 10:05:27 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-22 10:05:27 +0000 |
commit | fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd (patch) | |
tree | 175a678893a03901af5dced49d25c67c66633aa4 | |
parent | a14021078b6c52c54d84fd4f18ff83302d6c183a (diff) | |
download | libguestfs-fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd.tar.gz libguestfs-fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd.tar.xz libguestfs-fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd.zip |
Remove references to obsolete directory appliance/debian.
This directory has not existed for a long time.
-rw-r--r-- | .x-sc_TAB_in_indentation | 1 | ||||
-rw-r--r-- | Makefile.am | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.x-sc_TAB_in_indentation b/.x-sc_TAB_in_indentation index 586e1d23..5e36276e 100644 --- a/.x-sc_TAB_in_indentation +++ b/.x-sc_TAB_in_indentation @@ -1,4 +1,3 @@ -^appliance/debian/modules/ ^tests/data/ ^COPYING(.LIB)?$ ^\.gitmodules$ diff --git a/Makefile.am b/Makefile.am index 73e657dd..de2d4caf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -229,7 +229,6 @@ all-local: grep -v '^perl/examples/' | \ grep -v '/guestfs_protocol.c' | \ grep -v '/rc_protocol.c' | \ - grep -v 'appliance/debian/root' | \ grep -v '^po-docs/' | \ grep -v '^images/' | \ LC_ALL=C sort | \ |