17 lines
464 B
Plaintext
17 lines
464 B
Plaintext
$NetBSD: patch-backgrounds_Makefile.in,v 1.1 2016/06/14 13:09:47 youri Exp $
|
|
|
|
Don't install the teal background.
|
|
|
|
--- backgrounds/Makefile.in.orig 2016-06-14 12:41:08.000000000 +0000
|
|
+++ backgrounds/Makefile.in
|
|
@@ -377,8 +377,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
backgroundsdir = $(datadir)/backgrounds/xfce
|
|
backgrounds_DATA = \
|
|
- xfce-blue.jpg \
|
|
- xfce-teal.jpg
|
|
+ xfce-blue.jpg
|
|
|
|
EXTRA_DIST = $(backgrounds_DATA)
|
|
all: all-am
|