1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gitea: include "options" directory in "data" output

This directory contains template files needed for initializing new repositories.

Fixes #49404.
This commit is contained in:
Pavel Goran 2018-10-29 23:16:47 +07:00
parent 641ef3ab23
commit 5f3054ef70

View file

@ -39,7 +39,7 @@ buildGoPackage rec {
postInstall = ''
mkdir $data
cp -R $src/{public,templates} $data
cp -R $src/{public,templates,options} $data
mkdir -p $out
cp -R $src/options/locale $out/locale