about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Olsen <brian@maven-group.org>2018-01-29 18:05:31 +0100
committerBrian Olsen <brian@maven-group.org>2018-02-01 18:18:28 +0100
commite9559e6b0916d5e47f710f6f759e1597a36b0618 (patch)
tree4ae4250aded732160444e510035bf6a88b1d0a99
parent931a0b8be80661902baefb3e7d55403be893e0e6 (diff)
downloadnixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar.gz
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar.bz2
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar.lz
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar.xz
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.tar.zst
nixlib-e9559e6b0916d5e47f710f6f759e1597a36b0618.zip
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"