]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- do not clobber with junk
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 19:32:59 +0000 (19:32 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 19:32:59 +0000 (19:32 +0000)
Changed files:
    bin/pfa-genindex -> 1.19

bin/pfa-genindex

index 0ac8b68f992540486724ec241455f6108e17dbf4..eff076bab32c77beb2bbee5c594b08c8dcb40bef 100644 (file)
@@ -74,7 +74,7 @@ if do_yum:
         for arch in all_ftp_archs:
             print 'ARCHITECTURE: %s' % arch
             # Creating indexes for yum and other supporting xml repodata.
-            os.system('%s.stat/bin/createrepo -g %s/comps.xml --cache %s/tmp/createrepo/%s-%s %s%s/%s/RPMS' %
+            os.system('%s.stat/bin/createrepo -g %s.stat/comps.xml --cache %s/tmp/createrepo/%s-%s %s%s/%s/RPMS' %
                     (ftp_dir,ftp_dir,home,tree,arch,ftp_dir,tree,arch))
 
 for tree in trees:
This page took 0.060499 seconds and 4 git commands to generate.