about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-02-02 12:48:07 +0000
committerGitHub <noreply@github.com>2018-02-02 12:48:07 +0000
commit9a5fe79d07204e7b4c9868892d897f501c9aa419 (patch)
tree5f65f2a004d5fd447959aa2fe273b0f5cb9e88ca
parent2bd4820421b37059aeab038faf3ca0b5ae2119dc (diff)
parente9559e6b0916d5e47f710f6f759e1597a36b0618 (diff)
downloadnixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar.gz
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar.bz2
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar.lz
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar.xz
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.tar.zst
nixlib-9a5fe79d07204e7b4c9868892d897f501c9aa419.zip
Merge pull request #34397 from griff/fix/awstats-tools
awstats: add tools directory
-rw-r--r--pkgs/tools/system/awstats/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/system/awstats/default.nix b/pkgs/tools/system/awstats/default.nix
index 9f0e50642acc..aaf5bf136cb5 100644
--- a/pkgs/tools/system/awstats/default.nix
+++ b/pkgs/tools/system/awstats/default.nix
@@ -41,6 +41,9 @@ perlPackages.buildPerlPackage rec {
     mv wwwroot "$out/wwwroot"
     rm -r "$out/wwwroot/classes/src/"
 
+    mkdir -p "$out/share/awstats"
+    mv tools "$out/share/awstats/tools"
+
     mkdir -p "$bin/bin"
     ln -s "$out/wwwroot/cgi-bin/awstats.pl" "$bin/bin/awstats"