From 2525930e80b89e720824c51a2a75d5532b96460d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 18 Oct 2012 09:22:12 +0000 Subject: [PATCH] --- config.status | 6 +++--- debian/rules | 5 ++++- po/Makefile.in | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.status b/config.status index 5adf104..0f8a53c 100755 --- a/config.status +++ b/config.status @@ -422,7 +422,7 @@ $config_commands Report bugs to . gtask home page: ." -ac_cs_config="'--prefix=/tmp/p'" +ac_cs_config="" ac_cs_version="\ gtask config.status 0.0.x configured by ./configure, generated by GNU Autoconf 2.69, @@ -503,7 +503,7 @@ if $ac_cs_silent; then fi if $ac_cs_recheck; then - set X /bin/bash './configure' '--prefix=/tmp/p' $ac_configure_extra_args --no-create --no-recursion + set X /bin/bash './configure' $ac_configure_extra_args --no-create --no-recursion shift $as_echo "running CONFIG_SHELL=/bin/bash $*" >&6 CONFIG_SHELL='/bin/bash' @@ -727,7 +727,7 @@ S["libexecdir"]="${exec_prefix}/libexec" S["sbindir"]="${exec_prefix}/sbin" S["bindir"]="${exec_prefix}/bin" S["program_transform_name"]="s,x,x," -S["prefix"]="/tmp/p" +S["prefix"]="/usr/local" S["exec_prefix"]="${prefix}" S["PACKAGE_URL"]="http://wpitchoune.net/gtask" S["PACKAGE_BUGREPORT"]="jeanfi@gmail.com" diff --git a/debian/rules b/debian/rules index c1f12d4..1da35bb 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,9 @@ # This has to be exported to make some magic below work. export DH_OPTIONS - %: dh $@ --with autotools-dev + +override_dh_install: + dh_install + rm debian/gtask/usr/share/doc/gtask/INSTALL diff --git a/po/Makefile.in b/po/Makefile.in index b93dffa..ae9ec24 100644 --- a/po/Makefile.in +++ b/po/Makefile.in @@ -21,7 +21,7 @@ srcdir = . top_srcdir = .. -prefix = /tmp/p +prefix = /usr/local exec_prefix = ${prefix} datarootdir = ${prefix}/share datadir = ${datarootdir} -- 2.7.4