From c17edc9e2a2e67ae9ec84c561fc82b97a59542e1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 7 Oct 2021 09:35:25 +0200 Subject: Remove Arch Linux Packaging from this Source Repository --- Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 12b7a6f..589b3f6 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,13 @@ -# vim: shiftwidth=4 tabstop=4 noexpandtab +# vim: shiftwidth=4 softtabstop=4 tabstop=4 noexpandtab + DESTDIR="" # leave empty for the current system or provide a fakeroot here PREFIX="/usr" -.PHONY: all clean install -all: - make -C src all +.PHONY: install -clean: - make -C src clean - find . -type d -iname '__pycache__' -exec rm -rf {} +; -install: all +install: + install -Dm 644 config/default.json $(DESTDIR)/etc/xbackup/config.json make -C src install DESTDIR=$(abspath $(DESTDIR)) - -- cgit v1.2.3-70-g09d2