22 Nov
2011
22 Nov
'11
19:43
https://bugzilla.novell.com/show_bug.cgi?id=731382 https://bugzilla.novell.com/show_bug.cgi?id=731382#c15 --- Comment #15 from Michal Marek <mmarek@suse.com> 2011-11-22 19:43:24 UTC --- You pass the list of files on standard input: echo /path/to/nvidia.ko | /homeabuild/rpmbuild/SOURCES/my-find-supplements and instead of conditionally patching the script, you can do %define __find_supplements %_sourcedir/my-find-supplements %sourcedir in the spec file and then do SOURCEDIR=$1 shift at the beginning of the my-find-supplements script. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.