1
0
mirror of synced 2026-02-05 07:24:49 +00:00

Document state of Debian package 3.9-3

This commit is contained in:
Steve Kemp
2008-04-30 18:17:11 +00:00
committed by Axel Beckert
parent 7d9b9b9881
commit 09bf1cd84d
11 changed files with 45 additions and 33 deletions

View File

@@ -2072,7 +2072,7 @@ EOF
# This makes it easy to mount parent folders first
# (e.g. /var before /var/tmp)
#
@PARTITIONS = sort { length $a->{'mountpoint'} cmp length $b->{'mountpoint'} } @PARTITIONS;
@PARTITIONS = sort { length $a->{'mountpoint'} <=> length $b->{'mountpoint'} } @PARTITIONS;
}