~ubuntu-branches/ubuntu/vivid/esorex/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/remove-empty-configdir.patch

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2011-11-25 12:08:00 UTC
  • Revision ID: package-import@ubuntu.com-20111125120800-grvehmdmxrzlkf1n
Tags: 3.9.0-1
New package. Closes: #641634

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Ole Streicher <debian@liska.ath.cx>
 
2
Description: Avoid creation of an empty directory "/usr/share/esorex/config"
 
3
--- a/src/Makefile.am
 
4
+++ b/src/Makefile.am
 
5
@@ -49,8 +49,6 @@
 
6
 
 
7
 bin_PROGRAMS = esorex
 
8
 
 
9
-config_DATA =
 
10
-
 
11
 esorex_LDFLAGS = $(CPL_LDFLAGS) $(CFITSIO_LDFLAGS) $(LIBLTDL)
 
12
 esorex_LDADD = @GETOPT@ $(LIBCPLUI) $(LIBCPLDFS) $(LIBLTDL)
 
13
 esorex_DEPENDENCIES = @GETOPT@ $(LIBLTDL)