From f3836ff8e8f3dbb25b8b5161a14004a5fc08554a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 29 May 2007 17:46:20 -0400 Subject: Set paths in pacman-optimize to use configure-time paths By setting up a few more AC_SUBST macros in configure.ac, we can fill in paths in the scripts on the fly instead of having them in multiple places. Other small fixes: * Fix an oops on my last commit where I had some lines stil commented. * Fix makepkg bug where the generated package name using PKGEXT had two periods (..). Signed-off-by: Dan McGee --- etc/makepkg.conf.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/makepkg.conf.in') diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 6add6473..2f2809e2 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -92,9 +92,9 @@ DOC_DIRS=(usr/{,share/}{info,doc,gtk-doc} opt/gnome/{,share/}{info,doc,gtk-doc}) # WARNING: Do NOT modify these variables unless you know what you are # doing. # -BUILDSCRIPT="PKGBUILD" -PKGEXT=".pkg.tar.gz" -DB_COMPRESSION="gz" +BUILDSCRIPT='PKGBUILD' +PKGEXT='@PKGEXT@' +DB_COMPRESSION='gz' DB_CHECKSUMS=(md5) # vim: set ft=sh ts=2 sw=2 et: -- cgit v1.2.3-24-g4f1b