]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/multisys/R/zzz.R
missing parentheses
[cran2deb.git] / branch / multisys / R / zzz.R
index ffb09addb18e28d04db093454a6f9417909600fa..44d70c8191ec98c158cda6fcfe5fa6d6fc5c3e07 100644 (file)
@@ -10,8 +10,8 @@
     global("cache_root", '/var/cache/cran2deb')
     global("pbuilder_results",  file.path('/var/cache/cran2deb/results',which_sys))
     global("pbuilder_config",   file.path('/etc/cran2deb/sys',which_sys,'pbuilderrc'))
-    global("dput_config",       file.path('/etc/cran2deb/sys',which_sys,'dput.cf')
-    global("dinstall_config",   file.path('/etc/cran2deb/sys',which_sys,'mini-dinstall.conf')
+    global("dput_config",       file.path('/etc/cran2deb/sys',which_sys,'dput.cf'))
+    global("dinstall_config",   file.path('/etc/cran2deb/sys',which_sys,'mini-dinstall.conf'))
     global("dinstall_archive",  file.path('/etc/cran2deb/archive',which_sys))
     global("r_depend_fields", c('Depends','Imports')) # Suggests, Enhances
     global("scm_revision", 'svn:$Id$')