From f1930720d96d4a601f1ff63e6ce50da23b90188c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 26 Oct 2010 10:03:50 +0100 Subject: appliance: Remove repo from appliance filename (RHBZ#638901). There's no need to have the appliance filename contain the repository name it was built from, and this change gives downstream users more freedom to mix and match libraries and appliances if they want to. --- appliance/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appliance/Makefile.am') diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 172f0cf7..0abd698e 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -47,8 +47,8 @@ superminfs_DATA = \ endif # Don't change these names - they must be the same as in '*.sh' scripts. -INITRAMFSIMG = initramfs.$(REPO).$(host_cpu).img -VMLINUZ = vmlinuz.$(REPO).$(host_cpu) +INITRAMFSIMG = initramfs.$(host_cpu).img +VMLINUZ = vmlinuz.$(host_cpu) # This is for building the normal appliance: $(INITRAMFSIMG) $(VMLINUZ): $(top_builddir)/initramfs/fakeroot.log -- cgit