Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/macx
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2020-07-03 20:12:39 +0300
committerRobert Adam <dev@robert-adam.de>2020-07-08 18:55:46 +0300
commit870f0c3cfe8c54be6b9542e1608368bf0f6f78ee (patch)
treed0b6b898ad0370f2e8f004b66fd84afddb3e966f /macx
parentf45d8245a10ca993ca1752f8c24991225ea58f9d (diff)
MAINT(readme): Move READMEs for static server into docs/
Diffstat (limited to 'macx')
-rwxr-xr-xmacx/scripts/osxdist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/macx/scripts/osxdist.py b/macx/scripts/osxdist.py
index 4e6301341..9e5ec2682 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -336,7 +336,7 @@ def package_server():
os.mkdir(destdir)
shutil.copy('installer/gpl.txt', os.path.join(destdir, 'LICENSE'))
- shutil.copy('README.static.osx', os.path.join(destdir, 'README'))
+ shutil.copy('docs/additional-readmes/README.static.osx', os.path.join(destdir, 'README'))
shutil.copy('CHANGES', os.path.join(destdir, 'CHANGES'))
shutil.copy('scripts/murmur.pl', os.path.join(destdir, 'murmur.pl'))
shutil.copy('scripts/weblist.pl', os.path.join(destdir, 'weblist.pl'))