From b95052709a24b0d49d28216b20f2af284cb26b15 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 24 May 2023 22:25:19 +0400 Subject: [PATCH] Removed upload.yaml from Makefile and PKGBUILD. Removed run and run-clean targets. --- Makefile | 7 ------- build/archlinux/PKGBUILD | 1 - 2 files changed, 8 deletions(-) diff --git a/Makefile b/Makefile index ed98d68..7f38f5c 100755 --- a/Makefile +++ b/Makefile @@ -21,16 +21,9 @@ ${TARGET}: install-jade: go install github.com/Joker/jade/cmd/jade@latest -run: - bin/${TARGET} -conf configs/config.yaml - -run-clean: - bin/${TARGET}-clean -conf configs/config.yaml - install: install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET} install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean - install -Dm 0644 configs/config.yaml ${DESTDIR}etc/dwelling/upload.yaml install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET} install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service diff --git a/build/archlinux/PKGBUILD b/build/archlinux/PKGBUILD index 41f982e..a3a5581 100644 --- a/build/archlinux/PKGBUILD +++ b/build/archlinux/PKGBUILD @@ -9,7 +9,6 @@ license=('MIT') makedepends=('go>=1.17') provides=('dwelling-upload') conflicts=('dwelling-upload') -backup=('etc/dwelling/upload.yaml') source=("https://git.arav.su/Arav/dwelling-upload/archive/v${pkgver}.tar.gz") md5sums=('SKIP')