diff options
-rwxr-xr-x | config.dot/pbuilder/hooks/D90update.link | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config.dot/pbuilder/hooks/D90update.link b/config.dot/pbuilder/hooks/D90update.link index d644b66..e652ba7 100755 --- a/config.dot/pbuilder/hooks/D90update.link +++ b/config.dot/pbuilder/hooks/D90update.link @@ -6,10 +6,10 @@ set -e # Generated local repository metadata -if [ ! -z "$LOCALDEBS" ]; then - echo "deb [trusted=yes] file://${LOCALDEBS} ./" >> /etc/apt/sources.list - ( cd $LOCALDEBS; apt-ftparchive packages . > Packages ) -fi +#if [ ! -z "$LOCALDEBS" ]; then +# echo "deb [trusted=yes] file://${LOCALDEBS} ./" >> /etc/apt/sources.list +# ( cd $LOCALDEBS; apt-ftparchive packages . > Packages ) +#fi # Update package list /usr/bin/apt-get update |