Browse Source

Fix duplicate of $srcdir on ArchLinux makepkg

sisyphus
JezerM 3 years ago
parent
commit
c0a8433023
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 2
      Makefile

2
Makefile

@ -101,7 +101,7 @@ build_completions: $(zshcompletiondir_local) $(bashcompletiondir_local)
# Theme installation
THEMES_DIR := $(abspath ${DESTDIR_PREFIX}/share/web-greeter/themes)
THEMES_DIR_LOCAL := $(abspath ${INSTALL_ROOT}/${THEMES_DIR})
THEMES_DIR_LOCAL := $(abspath ${INSTALL_PREFIX}/share/web-greeter/themes)
themes/gruvbox := $(abspath ${THEMES_DIR_LOCAL}/gruvbox)
themes/dracula := $(abspath ${THEMES_DIR_LOCAL}/dracula)
themes/simple := $(abspath ${THEMES_DIR_LOCAL}/simple)

Loading…
Cancel
Save