http://bugzilla.rpmfusion.org/show_bug.cgi?id=284
--- Comment #2 from Kevin Kofler <kevin.kofler(a)chello.at> 2008-12-30 15:35:52 ---
cp $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/avcodec.so
avcodec.so
This should be cp -p.
install avcodec.so $RPM_BUILD_ROOT%{python_sitearch}/picard/musicdns/
And likewise this should be install -p.
Timestamps are supposed to be preserved according to the guidelines. That said,
as this file is compiled anyway (so always gets a new timestamp), it doesn't
really matter in this case.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.