mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: b5a1974dd4
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Origin message was:
------------------
- move data/lcd4l => data/logos
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
14 lines
196 B
Makefile
14 lines
196 B
Makefile
installdir = $(LOGODIR)
|
|
|
|
install_DATA =
|
|
|
|
if ENABLE_LCD4LINUX
|
|
install_DATA += \
|
|
Moviebrowser.png \
|
|
Movieplayer.png
|
|
endif
|
|
|
|
# ensure LOGODIR
|
|
install-data-hook:
|
|
$(INSTALL) -d $(DESTDIR)/$(LOGODIR)
|