reiser4progs: share libreiser4misc.a.la
This commit is contained in:
parent
f378595fd3
commit
651842bd85
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@ stdenv.mkDerivation rec {
|
|||
substituteInPlace Makefile --replace ./run-ldconfig true
|
||||
'';
|
||||
|
||||
# this required for wipefreespace
|
||||
postInstall = ''
|
||||
mkdir -p $out/lib
|
||||
cp ./libmisc/.libs/libmisc.a $out/lib/libreiser4misc.a.la
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
inherit version;
|
||||
homepage = "https://sourceforge.net/projects/reiser4/";
|
||||
|
|
Loading…
Reference in a new issue