Take only the files in the directory, not the directory itself (this causes issues when installing)
This commit is contained in:
		| @@ -170,7 +170,8 @@ def generate_spec_contents(args, tmpl_fn): | |||||||
|         if k != args.boot: |         if k != args.boot: | ||||||
|             post_remove.append(v) |             post_remove.append(v) | ||||||
|         else: |         else: | ||||||
|             other_files.append(v) |             take = v + "*" | ||||||
|  |             other_files.append(take) | ||||||
|     subs['post_remove'] = post_remove |     subs['post_remove'] = post_remove | ||||||
|     subs['files'] = other_files |     subs['files'] = other_files | ||||||
|      |      | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joshua Harlow
					Joshua Harlow