From 7fb057a9080d30480fa6de5911d88bdaca6a0760 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 13 Sep 2017 15:51:30 +0200 Subject: [PATCH] qemacs: install into DESTDIR. Oops. --- srcpkgs/qemacs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qemacs/template b/srcpkgs/qemacs/template index e4dc8a8b3da..6805ba8e238 100644 --- a/srcpkgs/qemacs/template +++ b/srcpkgs/qemacs/template @@ -1,7 +1,7 @@ # Template file for 'qemacs' pkgname=qemacs version=0.5.0.20170701 -revision=1 +revision=2 wrksrc="${pkgname}" build_style=configure configure_args="--prefix=/usr --mandir=/usr/share/man @@ -28,6 +28,6 @@ do_build() { do_install() { make V=1 TARGETS=qe STRIP=echo CC="$CC" \ CFLAGS="$CFLAGS -funsigned-char -Ilibqhtml -I.." \ - LDFLAGS="$LDFLAGS" CONFIG_HTML= install + LDFLAGS="$LDFLAGS" CONFIG_HTML= DESTDIR="$DESTDIR" install vdoc qe-doc.html }