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-23 13:15:48 +0000 |
commit | 4e030b5faf82d7a18f752b4cd1bc64641b93ecbf (patch) | |
tree | 89772b583bfcdf7b352681d259477586bc0a6c45 | |
parent | b1a102ca7c36010a05f58f995d2479115fb68623 (diff) | |
download | libguestfs-4e030b5faf82d7a18f752b4cd1bc64641b93ecbf.tar.gz libguestfs-4e030b5faf82d7a18f752b4cd1bc64641b93ecbf.tar.xz libguestfs-4e030b5faf82d7a18f752b4cd1bc64641b93ecbf.zip |
Remove references to obsolete directory appliance/debian.
This directory has not existed for a long time.
(cherry picked from commit fc198a3b9aeaa76ee7d6ffc27402d25a4379dbbd)
-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 e6211456..5d30e79a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -253,7 +253,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 | \ |