diff options
| author | Peter Jones <pjones@redhat.com> | 2010-07-28 16:33:05 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2010-07-29 10:10:59 -0400 |
| commit | f821da35d32098e855709a6b83a95ccebeca99d2 (patch) | |
| tree | 093f12a819c5905d4077e87136ac2987dfb08a46 /scripts | |
| parent | 7aa926cafccbbe89e6a6b559aedc4bcc454b573a (diff) | |
Include pyconfig*.h so that we can actually run python2.7 .
Python 2.7 uses pyconfig-64.h (modulo the platform) to determine some
things at runtime, so we need to have it in the install.img .
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 48f65e24e..1c12194d3 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -498,6 +498,7 @@ sbin/vconfig sbin/xfs_repair sbin/xfsrestore sbin/ybin +usr/include/python?.?/pyconfig*.h usr/$LIBDIR/NetworkManager usr/$LIBDIR/dri usr/$LIBDIR/gconv |
