tools: makefile/import: don't copy .mailmap from source repository

- file was deleted
This commit is contained in:
nodiscc 2023-08-22 15:18:45 +02:00
parent 4dca181892
commit af14ad3e06
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -13,7 +13,6 @@ install:
.PHONY: import # import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install
git clone --depth=1 https://github.com/awesome-selfhosted/awesome-selfhosted
cp awesome-selfhosted/.github/.mailmap .mailmap
cp awesome-selfhosted/AUTHORS AUTHORS
rm -rf tags/ software/ platforms/
mkdir -p tags/ software/ platforms/