diff options
author | Richard Jones <rjones@redhat.com> | 2010-05-24 13:34:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-05-24 13:34:33 +0100 |
commit | a554c62b709491401c9d3db744c21f6e543e11ba (patch) | |
tree | 1a677ad1053d3a2eba2eb8658dc5b813273bc7ea /appliance | |
parent | 613d041c78e25dafc238696f2fe35b51e443f23b (diff) | |
download | libguestfs-a554c62b709491401c9d3db744c21f6e543e11ba.tar.gz libguestfs-a554c62b709491401c9d3db744c21f6e543e11ba.tar.xz libguestfs-a554c62b709491401c9d3db744c21f6e543e11ba.zip |
build: Remove install_kernel from EXTRA_DIST.
This updates commit a34fadf900625f1f7359ecf3ca760820ffa20815,
removing this now non-existent script from EXTRA_DIST.
Diffstat (limited to 'appliance')
-rw-r--r-- | appliance/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 77f40d22..e1c9ef67 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -21,7 +21,6 @@ EXTRA_DIST = \ kmod.whitelist.in \ packagelist.in \ init \ - debian/modules/install_kernel \ debian/modules/y0_install-guestfsd \ debian/modules/z99_final-cleanups \ debian/debirf.conf.in \ |