summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2011-11-13 18:50:47 -0800
committerGeoff Levand <geoff@infradead.org>2011-11-13 18:50:47 -0800
commit7ae27b653f50bddf2d20828a17da224d6eab5ed4 (patch)
tree4465a8227db7f72f657a5be716675840b8c1f186 /rules.mk
parent86d4683bb316879051bbacd442e78aba75743d9f (diff)
downloadtalos-petitboot-7ae27b653f50bddf2d20828a17da224d6eab5ed4.tar.gz
talos-petitboot-7ae27b653f50bddf2d20828a17da224d6eab5ed4.zip
Move artwork from ui/twin to ui/common
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index ebddc76..a665aa2 100644
--- a/rules.mk
+++ b/rules.mk
@@ -132,7 +132,7 @@ install: all $(rules) $(udhcpc)
$(INSTALL) -d $(DESTDIR)$(sbindir)/
$(INSTALL_PROGRAM) $(daemons) $(uis) $(utils) $(DESTDIR)$(sbindir)/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/artwork/
- $(INSTALL_DATA) $(addprefix $(top_srcdir)/ui/twin/artwork/,$(artwork)) \
+ $(INSTALL_DATA) $(addprefix $(top_srcdir)/ui/common/artwork/,$(artwork)) \
$(DESTDIR)$(pkgdatadir)/artwork/
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/utils
$(INSTALL_DATA) $(top_srcdir)/$(rules) $(DESTDIR)$(pkgdatadir)/utils
OpenPOWER on IntegriCloud