X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2Fexec%2Fupdate;fp=branch%2Fmultisys%2Fexec%2Fupdate;h=5b0d1d1bec237054f33c5554e8deacff1fb943fb;hb=0928b1636bb5383a901e9b96e1a0f0dec586baeb;hp=bca99139b3819f4dc5f4c3fad40935ccbe4991c7;hpb=8faf71c0ebb334ca713f923768b9802baf6b9598;p=cran2deb.git diff --git a/branch/multisys/exec/update b/branch/multisys/exec/update index bca9913..5b0d1d1 100755 --- a/branch/multisys/exec/update +++ b/branch/multisys/exec/update @@ -24,7 +24,7 @@ if (![ -e /var/cache/cran2deb/cache.rda ] || [ $delta -gt $update_period ]) { if ([ -e /var/cache/pbuilder/base-cran2deb-$sys.tgz ]) { mode=update } - sudo pbuilder $mode --override-config --configfile /etc/cran2deb/pbuilderrc + sudo pbuilder $mode --override-config --configfile /etc/cran2deb/sys/$sys/pbuilderrc $root/exec/update_cache $root }