diff options
| -rw-r--r-- | gentoobrowse/console/fileimport.xml | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/gentoobrowse/console/fileimport.xml b/gentoobrowse/console/fileimport.xml index 8772821..4f6604a 100644 --- a/gentoobrowse/console/fileimport.xml +++ b/gentoobrowse/console/fileimport.xml @@ -8,7 +8,10 @@  			ORDER BY filetypeid DESC  		</sql>  	</project2:sqlrows> -	<project2:fsrows name="findCacheFiles" /> +	<project2:fsrows name="findCacheFiles"> +		<root source="local" name="root" /> +		<spec source="local" name="spec" /> +	</project2:fsrows>  	<project2:sqlmerge name="files" datasource="postgres" targettable="files">  		<project2:iterate name="eachFileType" source="fileTypes">  | 
