diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ This directory contains my scripts to build backports of R software from Debian sid to older Debian distributions. -Currently (2009-07-06) I am using the following setup: +Currently (2009-11-02) I am using the following setup: -/root/.pbuilderrc contains: +~/.pbuilderrc contains: NAME="$DIST-$ARCH" APTCACHEHARDLINK=no @@ -16,9 +16,9 @@ Currently (2009-07-06) I am using the following setup: OTHERMIRROR="deb http://security.debian.org $DIST/updates main|deb http://localhost/r-cran $DIST-cran/" COMPONENTS="main" -This means on my external USB drive mounted under /exthd, I have the -appropriate aptcache and buildresult directories setup under /exthd/pbuilder. I -have four pbuilder images used for package creation under /var/cache/pbuilder: +This means I have the appropriate aptcache and buildresult directories set up +under /var/cache/pbuilder. I have four pbuilder images used for package +creation under /var/cache/pbuilder: /var/cache/pbuilder/etch-amd64-base.tgz /var/cache/pbuilder/lenny-amd64-base.tgz /var/cache/pbuilder/etch-i386-base.tgz /var/cache/pbuilder/lenny-i386-base.tgz |