[Bug 543383] Review Request: emacs-irsim-mode - Irsim mode for emacs

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 2 19:18:26 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=543383





--- Comment #9 from Chitlesh GOORAH <chitlesh at gmail.com>  2009-12-02 14:18:25 EDT ---
#008 Preserve timestamps
Your
cp %{SOURCE0} %{_builddir}/%{name}-%{version}
cp %{SOURCE1} %{_builddir}/%{name}-%{version}
should be 
cp -p %{SOURCE0} %{_builddir}/%{name}-%{version}
cp -p %{SOURCE1} %{_builddir}/%{name}-%{version}


so should be your
%{__install} -m
to
%{__install} -pm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list