|
|
|
@ -50,4 +50,10 @@ LD="$CC" |
|
|
|
# somehow "make install" seems not to execute install-libs, which |
|
|
|
# is needed to get the headers installed (and static libraries also) |
|
|
|
var_append makeinstopt ' ' "install-libs" |
|
|
|
postinstall="install -m 0644 ${confdir}/e2fsck.conf $sysconfdir" |
|
|
|
|
|
|
|
# install config file, move *.so symlinks and make them relative to /usr/lib. |
|
|
|
postinstall='install -m 0644 ${confdir}/e2fsck.conf $sysconfdir ; |
|
|
|
for x in com_err ss e2p uuid ext2fs blkid ; do |
|
|
|
ln -svf ../..`readlink $libdir/lib${x}.so` $root/$prefix/$multilib/lib${x}.so ; |
|
|
|
rm -f $libdir/lib${x}.so ; |
|
|
|
done' |