Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126694 | Differences between
and this patch

Collapse All | Expand All

(-)aide-0.13.1.orig/Makefile.am (-1 / +1 lines)
Lines 33-39 Link Here
33
	src/aide -c doc/aide.conf -V20
33
	src/aide -c doc/aide.conf -V20
34
34
35
update-db: all
35
update-db: all
36
	src/aide -B "database_out=file://$(top_srcdir)/doc/aide.db" -c doc/aide.conf -i
36
	src/aide -B "database_out=file://$(abs_top_srcdir)/doc/aide.db" -c doc/aide.conf -i
37
37
38
dist-hook: configure
38
dist-hook: configure
39
	mkdir $(distdir)/include
39
	mkdir $(distdir)/include
(-)aide-0.13.1.orig/doc/aide.conf.in (-1 / +1 lines)
Lines 19-25 Link Here
19
# corresponding line.
19
# corresponding line.
20
#
20
#
21
21
22
@@define TOPDIR @top_srcdir@
22
@@define TOPDIR @abs_top_srcdir@
23
23
24
@@ifndef TOPDIR 
24
@@ifndef TOPDIR 
25
@@define TOPDIR /
25
@@define TOPDIR /
(-)aide-0.13.1.orig/src/Makefile.am (+2 lines)
Lines 20-25 Link Here
20
# This is no longer needed
20
# This is no longer needed
21
# SUBDIRS = crypt
21
# SUBDIRS = crypt
22
22
23
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
24
23
bin_PROGRAMS = aide
25
bin_PROGRAMS = aide
24
26
25
aide_SOURCES =	\
27
aide_SOURCES =	\

Return to bug 126694