-
Notifications
You must be signed in to change notification settings - Fork 1
Errors corrected
Eric Flumerfelt edited this page Jun 17, 2022
·
1 revision
-
%setup -qDprevents removal of directory “TRACE-v3_13_09.” - performing command
cd ~/rpmbuild/BUILDtwice consecutively. - “TRACE-v3_13_09” still could not be accessed with introduction of -D
option because the directory being built is simply called “TRACE.”
Renaming TRACE to the name expected by
%prep %setupby performing commandmv TRACE TRACE-v3_13_09in the BUILD directory allows successful execution of%prep stage, but I think this can be fixed within the appropriate file in the tar.bz2 archive. If the file is renamed this way it will always have to be renamed this way for everyone trying to build TRACE.