diff options
| author | Jeremy Katz <katzj@redhat.com> | 2004-01-26 16:11:37 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2004-01-26 16:11:37 +0000 |
| commit | fff00fddba2b38927e8bebc92a4f6079f54bb4d5 (patch) | |
| tree | 9838af1ec3b40291923d17cc649bb4998f756f67 /scripts | |
| parent | 58a8bcc80ac7a82fe79d31898d8a4efd9563820a (diff) | |
gah, and I even thought of this before I committed and still didn't do it
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 1da2f52dc..a03e4202a 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -887,7 +887,7 @@ if [ -n "$NEEDGR" ]; then fi rm -f $DESTGR/usr/bin/pango-querymodules # more sick hackery since it doesn't fall back to this like owen thought - cat > /etc/pango/pangorc <<EOF + cat > $DESTGR/etc/pango/pangorc <<EOF [Pango] ModuleFiles=/etc/pango/pango.modules EOF |
