debugsources.list: No such file or directory

Technology

I was getting "debugsources.list: No such file or directory" errors. Turns out I was moving the BUILD dir to the BUILDROOT. Copy, don't move. Once I changed mv to cp in %install it all worked.
-Paul