Merge pull request #336867 from linj-fork/pr/fix-pod-mode
emacsPackages.pod-mode: fix build
This commit is contained in:
commit
8e2a858613
@ -23,7 +23,7 @@ melpaBuild {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p ''${!outputDoc}/share/doc/pod-mode/
|
mkdir -p ''${!outputDoc}/share/doc/pod-mode/
|
||||||
install -Dm644 -t ''${!outputDoc}/share/doc/pod-mode/ $sourceRoot/ChangeLog $sourceRoot/README
|
install -Dm644 -t ''${!outputDoc}/share/doc/pod-mode/ ChangeLog README
|
||||||
'';
|
'';
|
||||||
|
|
||||||
ignoreCompilationError = false;
|
ignoreCompilationError = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user