diff options
author | Joel Andres Granados <jgranado@redhat.com> | 2008-07-14 17:13:40 +0200 |
---|---|---|
committer | Joel Andres Granados <jgranado@redhat.com> | 2008-07-14 17:28:14 +0200 |
commit | 905f6c9dcd3d5fc1f785946b8da5a969cab2b907 (patch) | |
tree | 9a2672d216261960df4e47c1f653b0c963e00892 /scripts | |
parent | 69bc222bcbd23c05b22868fe09e97dbb69ea9220 (diff) | |
download | anaconda-905f6c9dcd3d5fc1f785946b8da5a969cab2b907.tar.gz anaconda-905f6c9dcd3d5fc1f785946b8da5a969cab2b907.tar.xz anaconda-905f6c9dcd3d5fc1f785946b8da5a969cab2b907.zip |
Point the upd-instroot script the the directory where all the FAK plugins
live.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 20d1534ba..5953ed7c6 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -846,7 +846,7 @@ usr/sbin/ntfsundelete usr/sbin/mtr usr/sbin/smartctl usr/sbin/traceroute -usr/$LIBDIR/firstaidkit-plugins/ +usr/$LIBDIR/firstaidkit/plugins/ usr/lib/python?.?/site-packages/pyfirstaidkit/ EOF |