mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 12:34:40 +08:00
12 lines
363 B
Makefile
12 lines
363 B
Makefile
V=20170401
|
|
|
|
PREFIX = /usr/local
|
|
|
|
install:
|
|
install -dm755 $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
|
install -m0644 chakra{.gpg,-trusted,-revoked} $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|
|
|
|
uninstall:
|
|
rm -f $(DESTDIR)$(PREFIX)/share/pacman/keyrings/chakra{.gpg,-trusted,-revoked}
|
|
rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/pacman/keyrings/
|