summaryrefslogtreecommitdiffstats
path: root/patches/fbutils-20041102-1/0006-Makefile-install-fbconvert.patch
blob: 518606ffc1752aea184185547bffa776dca5b8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From c63194e3407aa345fa597420da60379d93e9ad7c Mon Sep 17 00:00:00 2001
From: Michael Olbrich <m.olbrich@pengutronix.de>
Date: Fri, 26 Feb 2010 12:29:56 +0100
Subject: [PATCH 6/6] [Makefile] install fbconvert

install fbconvert during 'make install'

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 155a68d..45fef63 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ install:
 		$(INSTALL) fbset/fbset $(DESTDIR)/usr/sbin/fbset
 		$(INSTALL) fbcmap/fbcmap $(DESTDIR)/usr/sbin/fbcmap
 		$(INSTALL) con2fbmap/con2fbmap $(DESTDIR)/usr/sbin/con2fbmap
+		$(INSTALL) fbconvert/fbconvert $(DESTDIR)/usr/sbin/fbconvert
 		$(INSTALL) -D -p etc/modes $(DESTDIR)/etc/fb/modes
 
 include Rules.build
-- 
1.7.0