diff options
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ BUILDRESULT=/var/cache/pbuilder/result/ # specifying the distribution forces the distribution on "pbuilder update" #DISTRIBUTION=lenny +# specifying the components of the distribution +COMPONENTS="main" #specify the cache for APT APTCACHE="/var/cache/pbuilder/aptcache/" APTCACHEHARDLINK="yes" |