diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-17 09:57:59 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-17 09:57:59 +0100 |
commit | ca5d7551235aac0df995ab8d67d0e473a2162abc (patch) | |
tree | 8729a14e2a8e9629bf192ae18941c5563933f347 /mk/xdestdir.mk | |
parent | Some new icons and aliases (diff) | |
download | simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.gz simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.bz2 simple-icon-theme-ca5d7551235aac0df995ab8d67d0e473a2162abc.tar.xz |
New icons, more icons linked into claws-mail theme, and installation of claws-mail theme
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'mk/xdestdir.mk')
-rw-r--r-- | mk/xdestdir.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/xdestdir.mk b/mk/xdestdir.mk new file mode 100644 index 0000000..af961b5 --- /dev/null +++ b/mk/xdestdir.mk @@ -0,0 +1,6 @@ +XDESTDIR =\ + $$(if test -n "$(DESTDIR)" && (! printf '%s\n' "$(DESTDIR)" | grep '^/' >/dev/null); then\ + printf '../%s\n' "$(DESTDIR)";\ + else\ + printf '%s\n' "$(DESTDIR)";\ + fi) |