https://bugzilla.redhat.com/show_bug.cgi?id=1215414 --- Comment #2 from Michael Schwendt (Fedora Packager Sponsors Group) <bugs.michael@xxxxxxx> --- When do you get that error? > Name: angelscript > %prep > %setup -q -n sdk This is not nice, since "-n sdk" implies "rm -rf sdk" in builddir root and may wipe something in a completely unexpected way. Typically, in such a case where %name is completely different from top source dir, you would use %setup -c and "cd sdk" in %prep, %build and %install: -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review