> diff --git a/anaconda.spec.in b/anaconda.spec.in > index 115f19c..1e7d61f 100644 > --- a/anaconda.spec.in > +++ b/anaconda.spec.in > @@ -200,6 +200,7 @@ update-desktop-database &> /dev/null || : > %doc docs/anaconda-release-notes.txt > /lib/udev/rules.d/70-anaconda.rules > %{_sbindir}/anaconda > +%{_bindir}/analog > %ifarch i386 i486 i586 i686 x86_64 > %{_sbindir}/gptsync > %{_sbindir}/showpart > diff --git a/scripts/Makefile.am b/scripts/Makefile.am > index 1c59338..a2b53e6 100644 > --- a/scripts/Makefile.am > +++ b/scripts/Makefile.am > @@ -25,4 +25,7 @@ dist_scripts_DATA = mk-images.* pyrc.py > dist_noinst_SCRIPTS = getlangnames.py upd-bootimage upd-initrd upd-kernel \ > makeupdates > > +analogdir = $(bindir)/ > +dist_analog_SCRIPTS = analog > + > MAINTAINERCLEANFILES = Makefile.in I was looking for this just yesterday, in fact. However I worry that "analog" might be too generic of a name and something else may be using it or want to use it in the near future. Does it absolutely need to live in /usr/bin, or can it live in /usr/share/anaconda/ instead? - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list