mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
qemacs: install into DESTDIR.
Oops.
This commit is contained in:
parent
3a632567f4
commit
7fb057a908
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qemacs'
|
# Template file for 'qemacs'
|
||||||
pkgname=qemacs
|
pkgname=qemacs
|
||||||
version=0.5.0.20170701
|
version=0.5.0.20170701
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --mandir=/usr/share/man
|
configure_args="--prefix=/usr --mandir=/usr/share/man
|
||||||
|
@ -28,6 +28,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make V=1 TARGETS=qe STRIP=echo CC="$CC" \
|
make V=1 TARGETS=qe STRIP=echo CC="$CC" \
|
||||||
CFLAGS="$CFLAGS -funsigned-char -Ilibqhtml -I.." \
|
CFLAGS="$CFLAGS -funsigned-char -Ilibqhtml -I.." \
|
||||||
LDFLAGS="$LDFLAGS" CONFIG_HTML= install
|
LDFLAGS="$LDFLAGS" CONFIG_HTML= DESTDIR="$DESTDIR" install
|
||||||
vdoc qe-doc.html
|
vdoc qe-doc.html
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue