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