Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
923eab650c | ||
![]() |
b3360db958 | ||
![]() |
941989f86e | ||
![]() |
20ce7fc7fe | ||
![]() |
878456d92a |
4
Makefile
4
Makefile
@@ -15,8 +15,8 @@ install_icons:
|
|||||||
install -m0644 ${ICONS} $(DESTDIR)$(PREFIX)/share/icons/artix
|
install -m0644 ${ICONS} $(DESTDIR)$(PREFIX)/share/icons/artix
|
||||||
|
|
||||||
install_backgrounds:
|
install_backgrounds:
|
||||||
install -dm0755 $(PREFIX)/share/backgrounds
|
install -dm0755 $(DESTDIR)$(PREFIX)/share/backgrounds
|
||||||
install -m0755 ${BACKGROUNDS} $(PREFIX)/share/backgrounds
|
install -m0755 ${BACKGROUNDS} $(DESTDIR)$(PREFIX)/share/backgrounds
|
||||||
|
|
||||||
uninstall_icons:
|
uninstall_icons:
|
||||||
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/icons/artix/$$f; done
|
for f in ${ICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/icons/artix/$$f; done
|
||||||
|
Reference in New Issue
Block a user