[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[master] put the analog script into the RPM
- From: Ales Kozumplik <akozumpl redhat com>
- To: anaconda-devel-list redhat com
- Subject: [master] put the analog script into the RPM
- Date: Wed, 17 Mar 2010 10:45:02 +0100
This was accidentally omitted from ommitted from
d42a7a7e21c6b4a45437a6139e169ccaaf17784b.
---
anaconda.spec.in | 1 +
scripts/Makefile.am | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
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
--
1.6.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]