[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: what makes a package get i386 on x86_64?
- From: Matthew Miller <mattdm mattdm org>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: what makes a package get i386 on x86_64?
- Date: Thu, 15 Mar 2007 23:16:25 -0400
On Thu, Mar 15, 2007 at 11:05:20PM -0400, Jesse Keating wrote:
> > Otherwise, what's the solution?
> I'm not sure :/
%ifarch i386
%post
cat << EOF > /etc/cron.daily/ditch386.sh
#!/bin/bash
if [ "$( rpm -q festival.i386 --qf 'true')" == "true" ]; then
if [ "$( rpm -q festival.x86_64 --qf 'true')" == "true" ]; then
rpm -e festival.i386
if [ "$( rpm -q festival.i386 --qf 'true')" != "true" ]; then
rm /etc/cron.daily/ditch386.sh
fi; fi; fi
EOF
chmod +x /etc/cron.daily/ditch386.sh
%endif
Okay, I should go to sleep.
:)
--
Matthew Miller mattdm mattdm org <http://mattdm.org/>
Boston University Linux ------> <http://linux.bu.edu/>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]