On Tue, Aug 31, 2004 at 11:32:28AM -0700, Stephen Mah wrote: > I'm trying to create an rpm that does not need to compile any code. I > just need it to extract the tar-ball into a directory and create a few > icons. Is this possible? Sure. Skip the %build step. > When I tried, it tried to find the configure file. > /var/tmp/rpm-tmp.67234: line 47: ./configure: No such file or directory There must be a line in your spec file that calls configure. Remove it. :) -- Matthew Miller mattdm@xxxxxxxxxx <http://www.mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/> _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list