[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Fix the location of libfipscheck in initrd too (#498992)
- From: Martin Sivak <msivak redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Fix the location of libfipscheck in initrd too (#498992)
- Date: Tue, 26 May 2009 13:57:21 +0200
---
scripts/mk-images | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/mk-images b/scripts/mk-images
index e211178..58ddf1f 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -503,7 +503,7 @@ EOF
$IMGPATH/$LIBDIR/libcom_err* \
$IMGPATH/$LIBDIR/libe2p* \
$IMGPATH/$LIBDIR/libuuid* \
- $IMGPATH/$LIBDIR/libfipscheck* \
+ $IMGPATH/usr/$LIBDIR/libfipscheck* \
$IMGPATH/usr/$LIBDIR/libwrap*.so* \
$IMGPATH/$LIBDIR/libwrap*.so* \
$IMGPATH/usr/$LIBDIR/libX11.so* \
--
1.5.4.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]