diff options
| author | Peter Jones <pjones@redhat.com> | 2007-01-22 16:35:17 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2007-01-22 16:35:17 +0000 |
| commit | bf72b238b9fa64bf7ad7bade0897c2a5fe604617 (patch) | |
| tree | 65a99b56aa90242fec02fe72617b2f955ad6fdd0 /scripts/pkgorder | |
| parent | 4b7126a84491c28b9f4f62d411943f495b23563c (diff) | |
| download | anaconda-bf72b238b9fa64bf7ad7bade0897c2a5fe604617.tar.gz anaconda-bf72b238b9fa64bf7ad7bade0897c2a5fe604617.tar.xz anaconda-bf72b238b9fa64bf7ad7bade0897c2a5fe604617.zip | |
- make sure /usr/lib/booty is in import path
Diffstat (limited to 'scripts/pkgorder')
| -rwxr-xr-x | scripts/pkgorder | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder index 81eacaf3e..1879f9de4 100755 --- a/scripts/pkgorder +++ b/scripts/pkgorder @@ -19,6 +19,7 @@ import sys import yum sys.path.append("/usr/lib/anaconda") +sys.path.append("/usr/lib/booty") import anaconda_log import logging |
