From 6650db6859325250512d0b5bf6bdcaaddda11726 Mon Sep 17 00:00:00 2001 From: reg_ Date: Fri, 8 Jun 2012 13:17:32 +0000 Subject: [PATCH] removed DESTDIR from install targets for debian --- static/Makefile.am.alt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/Makefile.am.alt b/static/Makefile.am.alt index f537736..ba37b01 100644 --- a/static/Makefile.am.alt +++ b/static/Makefile.am.alt @@ -1,2 +1,2 @@ -templatedir=${DESTDIR}$(pkgdatadir)/static -template_DATA=results.tmpl \ No newline at end of file +# templatedir=$(pkgdatadir)/static +# template_DATA=results.tmpl \ No newline at end of file