summaryrefslogtreecommitdiffstats
path: root/patches/fbutils-20041102-1/generic/fbutils-20041102-1-installfix.diff
blob: fe34d33cc3a50761243e998b073a0aac39479e38 (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
#
# Submitted-By: Sascha Hauer, 2006-02-22
# Committed-By: Sascha Hauer
#
# Description:
#
# use install -D for etc/fb/modes because directory is nonexistent in ptxdist
#
# State:
#
# -
#

diff -urN fbutils-20041102-1.orig/Makefile fbutils-20041102-1/Makefile
--- fbutils-20041102-1.orig/Makefile	2001-08-06 19:28:23.000000000 +0200
+++ fbutils-20041102-1/Makefile	2006-02-22 15:00:04.000000000 +0100
@@ -17,7 +17,7 @@
 		$(INSTALL) fbset/fbset $(DESTDIR)/usr/sbin/fbset
 		$(INSTALL) fbcmap/fbcmap $(DESTDIR)/usr/sbin/fbcmap
 		$(INSTALL) con2fbmap/con2fbmap $(DESTDIR)/usr/sbin/con2fbmap
-		$(INSTALL) -p etc/modes $(DESTDIR)/etc/fb/modes
+		$(INSTALL) -D -p etc/modes $(DESTDIR)/etc/fb/modes
 
 include Rules.build