mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-mathematics/agda-stdlib: Replace INSOPTIONS by insopts()
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566490 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -60,7 +60,7 @@ src_test() {
|
||||
|
||||
src_install() {
|
||||
insinto usr/share/agda-stdlib
|
||||
export INSOPTIONS=--preserve-timestamps
|
||||
insopts --preserve-timestamps
|
||||
doins -r src/*
|
||||
dodoc -r html/*
|
||||
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -60,7 +60,7 @@ src_test() {
|
||||
|
||||
src_install() {
|
||||
insinto usr/share/agda-stdlib
|
||||
export INSOPTIONS=--preserve-timestamps
|
||||
insopts --preserve-timestamps
|
||||
doins -r src/*
|
||||
dodoc -r html/*
|
||||
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
|
||||
|
||||
@@ -59,7 +59,7 @@ src_test() {
|
||||
|
||||
src_install() {
|
||||
insinto usr/share/agda-stdlib
|
||||
export INSOPTIONS=--preserve-timestamps
|
||||
insopts --preserve-timestamps
|
||||
doins -r src/*
|
||||
dodoc -r html/*
|
||||
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
|
||||
|
||||
Reference in New Issue
Block a user