Remove extra forward slash from archlinux-keyring-wkd-sync.service
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
parent
d70b7059d0
commit
ac5f7eaeff
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ SHELL = /bin/bash
|
||||
PREFIX ?= /usr/local
|
||||
BUILD_DIR ?= build
|
||||
KEYRING_TARGET_DIR ?= $(PREFIX)/share/pacman/keyrings/
|
||||
SCRIPT_TARGET_DIR ?= $(PREFIX)/bin/
|
||||
SCRIPT_TARGET_DIR ?= $(PREFIX)/bin
|
||||
SYSTEMD_SYSTEM_UNIT_DIR ?= $(shell pkgconf --variable systemd_system_unit_dir systemd)
|
||||
WKD_FQDN ?= archlinux.org
|
||||
WKD_BUILD_DIR ?= $(BUILD_DIR)/wkd
|
||||
|
Loading…
Reference in New Issue
Block a user