Fixed Spec in devel.

Modified Files: libedit.spec
This commit is contained in:
Debarshi Ray 2008-01-21 19:20:10 +00:00
parent 2731869de9
commit 74fc37bc1f

View File

@ -43,7 +43,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
%clean