diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-04 09:56:41 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-04 09:56:41 +0200 |
| commit | 351d82d208d57c629883e859030c290dc892313d (patch) | |
| tree | d60e49178bc1635a20b766ff82af6be3064a3d54 /DistUpgrade/cdromupgrade | |
| parent | 501b2b01efb6fe2f3241510416222ae0f1f8da84 (diff) | |
| download | python-apt-351d82d208d57c629883e859030c290dc892313d.tar.gz | |
* DistUpgrade/DistUpgradeControler.py:
- add the Debug::pkgDepCache::AutoInstall debug option
* DistUpgrade/DistUpgradeView.py:
- add missing import gettext
* DistUpgrade/DistUpgradeViewGtk.py:
- be more robust against gettext failure
* DistUpgrade/cdromupgrade:
- fix path
Diffstat (limited to 'DistUpgrade/cdromupgrade')
| -rwxr-xr-x | DistUpgrade/cdromupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/cdromupgrade b/DistUpgrade/cdromupgrade index 922963e3..9ed8cdea 100755 --- a/DistUpgrade/cdromupgrade +++ b/DistUpgrade/cdromupgrade @@ -12,7 +12,7 @@ # (e.g. /cdrom/cdromugprade) CODENAME=edgy -UPGRADER_DIR=dists/stable/dist-upgrader/binary-all/ +UPGRADER_DIR=dists/stable/main/dist-upgrader/binary-all/ cddirname=${0%\/*} fullpath=$cddirname/$UPGRADER_DIR |
