Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Merge Review: hwdata https://bugzilla.redhat.com/show_bug.cgi?id=225893 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |RAWHIDE Flag|fedora-review? |fedora-review+ ------- Additional Comments From [EMAIL PROTECTED] 2007-12-25 02:14 EST ------- SHOULD: As you are the upstream, With assumption that you will modify Makefile from for foo in $(FILES) ; do \ install -m 644 $$foo $(datadir)/$(NAME) ;\ to for foo in $(FILES) ; do \ install -p -m 644 $$foo $(datadir)/$(NAME) ;\ Above will preserve timestamps. APPROVED. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
