summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-05 08:23:28 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-05 08:23:28 -0400
commit22644829621e3613ac87a51e1ccac021a096dbc6 (patch)
treefd12e158061862d50804930e63dedeb7484304d0 /dh
parent60b19d214d43e11e090f939b330d897f297369c5 (diff)
Load python-support sequence file first, to allow ones loaded later to disable it.
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 7a87e1e6..f8e26e56 100755
--- a/dh
+++ b/dh
@@ -293,7 +293,7 @@ $sequences{binary} = [@{$sequences{install}}, qw{
$sequences{'binary-arch'} = [@{$sequences{binary}}];
# --with python-support is enabled by default, at least for now
-push @{$dh{WITH}}, "python-support";
+unshift @{$dh{WITH}}, "python-support";
# sequence addon interface
sub _insert {