org-mode: install to proper dir

This commit is contained in:
Mathijs Kwik 2013-10-02 13:54:23 +02:00
parent cb537ad44b
commit 4d32a074a2

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
configurePhase =
'' sed -i mk/default.mk \
-e "s|^prefix\t=.*$|prefix=$out|g"
-e "s|^prefix\t=.*$|prefix=$out/share|g"
'';
postBuild =