Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: solarwolf - A Python port of SolarFox https://bugzilla.redhat.com/show_bug.cgi?id=295761 ------- Additional Comments From [EMAIL PROTECTED] 2007-09-20 02:19 EST ------- (In reply to comment #3) > If I change to install, it complains that it omits the data/audio and > data/music > directories, and kills the build. How do I get around that? That's why I > used > mv to begin with. > Ah, my bad, I missed that there were subdirs, use "cp -a" then (cp to not erase the source files, -a to preserve timestamps) > Also, the chmods are to correct incorrect permissions in the source, not to > specify them during the install of the package. Without the chmod, the %clean > and %install sections do not have rights to rm -rf %{buildroot}. Ah, I see, put them in %prep then please -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
