You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-astronomy/esorex/files/esorex-3.10-remove-empty-co...

14 lines
400 B

Author: Ole Streicher <debian@liska.ath.cx>
Description: Avoid creation of an empty directory "/usr/share/esorex/config"
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -51,8 +51,6 @@
bin_PROGRAMS = esorex
-config_DATA =
-
esorex_LDFLAGS = $(CPL_LDFLAGS) $(LIBLTDL)
esorex_LDADD = @GETOPT@ $(LIBCPLDFS) $(LIBCPLUI) $(LIBCPLCORE) $(LIBCEXT) $(LIBLTDL)
esorex_DEPENDENCIES = @GETOPT@ $(LIBLTDL)