Added the 64 bit environment variable for the make install step as well as
the make step. Also removed the line that clears out the esc directory at uninstall time.
This commit is contained in:
parent
11b9cdf2ad
commit
28b203c034
8
esc.spec
8
esc.spec
@ -94,6 +94,12 @@ chmod 755 $RPM_BUILD_ROOT/%{escbindir}/esc
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{escdir}
|
||||
|
||||
%ifarch x86_64 ppc64 ia64 s390x
|
||||
USE_64=1
|
||||
export USE_64
|
||||
%endif
|
||||
|
||||
|
||||
make BUILD_OPT=1 install DESTDIR=$RPM_BUILD_ROOT/%{escdir}
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT/%{escdir}/usr
|
||||
@ -148,8 +154,6 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
||||
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
|
||||
fi
|
||||
|
||||
rm -rf %{escdir}
|
||||
|
||||
%changelog
|
||||
* Tue Jun 13 2006 Jack Magne <jmagne@redhat.com> - 1.0.0-1
|
||||
- Initial revision for fedora
|
||||
|
Loading…
Reference in New Issue
Block a user