File: Avoid-creation-of-an-empty-directory-usr-share-esorex-con.patch

package info (click to toggle)
esorex 3.13.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,424 kB
  • sloc: ansic: 22,781; javascript: 6,382; sh: 4,563; cpp: 582; makefile: 288; python: 39
file content (21 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <debian@liska.ath.cx>
Date: Tue, 29 Aug 2017 13:21:57 +0200
Subject: Avoid creation of an empty directory "/usr/share/esorex/config"

---
 src/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index c72a45f..5b0b94c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -92,8 +92,6 @@ esorex_SOURCES = er_main.cpp
 
 EXTRA_esorex_SOURCES = er_getopt.c er_getopt1.c er_getopt.h
 
-config_DATA =
-
 esorex_LDFLAGS = $(CPL_LDFLAGS) $(LIBLTDL)
 esorex_LDADD = @GETOPT@ $(LIBESOREX) $(EXTRA_FFI_LIBS) \
                $(LIBCPLDFS) $(LIBCPLUI) $(LIBCPLCORE) $(LIBCEXT) $(LIBLTDL)