RPM Spec file creation: %file section question
Under the %files section, how do I know what are the files (with their complete path) to be listed here? Eg.
Thanks !
PS. What's the difference between running this command
ls -l && cat somefile
and
ls -l ; cat somefile
They seem to give the same output.
|