|
@@ -5,7 +5,7 @@ pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
|
pkglibexec_SCRIPTS = b10-stats
|
|
|
noinst_SCRIPTS = b10-stats_stub
|
|
|
|
|
|
-b10_statsdir = $(DESTDIR)$(pkgdatadir)
|
|
|
+b10_statsdir = $(pkgdatadir)
|
|
|
b10_stats_DATA = stats.spec
|
|
|
|
|
|
CLEANFILES = stats.spec b10-stats stats.pyc stats.pyo b10-stats_stub stats_stub.pyc stats_stub.pyo
|
|
@@ -23,7 +23,6 @@ endif
|
|
|
stats.spec: stats.spec.pre
|
|
|
$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" stats.spec.pre >$@
|
|
|
|
|
|
-# TODO: does this need $$(DESTDIR) also?
|
|
|
# this is done here since configure.ac AC_OUTPUT doesn't expand exec_prefix
|
|
|
b10-stats: stats.py
|
|
|
$(SED) -e "s|@@PYTHONPATH@@|@pyexecdir@|" \
|