From ddc9315461637e40f5d5df2d62beb8c33ba89474 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Tue, 8 Jul 2003 17:20:57 +0000 Subject: [PATCH] - next part of small fixes inpired by kloczek :) Changed files: eAudio.spec -> 1.18 --- eAudio.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eAudio.spec b/eAudio.spec index 1f75438..54a92b4 100644 --- a/eAudio.spec +++ b/eAudio.spec @@ -21,7 +21,6 @@ BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: eMusic - %description It's an "enlightened" sound file player gui type thing. Enlightened meaning it's highly configurable, graphics wise. @@ -42,13 +41,13 @@ rm -f missing %{__autoconf} %{__automake} %configure - %{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} DESTDIR=$RPM_BUILD_ROOT install +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT -- 2.43.0