diff options
author | Erik Troan <ewt@redhat.com> | 2000-03-27 21:27:31 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-03-27 21:27:31 +0000 |
commit | ef20d85f645aa9634c511f024c0f010b4d16c474 (patch) | |
tree | db537975c054d517d616fcf101534428fd2a36b2 | |
parent | 96e69b52853c3d7715e030f295fec5a061749e7c (diff) | |
download | anaconda-ef20d85f645aa9634c511f024c0f010b4d16c474.tar.gz anaconda-ef20d85f645aa9634c511f024c0f010b4d16c474.tar.xz anaconda-ef20d85f645aa9634c511f024c0f010b4d16c474.zip |
ddcprobe is i386 only
-rw-r--r-- | anaconda.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index bd1616a4b..70778884b 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -55,10 +55,12 @@ fi %defattr(-,root,root) %doc COPYING /usr/sbin/anaconda -/usr/sbin/ddcprobe /usr/share/anaconda/* /usr/share/locale/*/*/* /usr/lib/anaconda/* +%ifarch i386 +/usr/sbin/ddcprobe +%endif %config /etc/rc.d/init.d/reconfig |