diff options
Diffstat (limited to 'build-tor-sources')
-rwxr-xr-x | build-tor-sources | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build-tor-sources b/build-tor-sources index bd81dd9..2bd7e29 100755 --- a/build-tor-sources +++ b/build-tor-sources @@ -240,13 +240,11 @@ bp2 $DIR $ORIGTAR # LUCID (EOL: April 2015) ################################################# bp1 $DIR $sid_debian_version lucid -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR # MAVERICK (EOL: April 2012) ################################################# bp1 $DIR $sid_debian_version maverick -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR @@ -264,7 +262,6 @@ bp2 $DIR $ORIGTAR # SQUEEZE-BPO ################################################# bp1 $DIR $sid_debian_version squeeze-bpo -(cd $DIR; hardening_backport 0) bp2 $DIR $ORIGTAR mkdir bpo |