dev-lang/rebol-bin: whitespace

Package-Manager: portage-2.3.0
This commit is contained in:
Sergei Trofimovich
2016-07-15 23:02:47 +01:00
parent 65bb6654e9
commit bae75a747a

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -22,10 +22,10 @@ QA_PRESTRIPPED="opt/rebol/r3"
S=${WORKDIR}
src_compile() {
:;
:
}
src_install() {
mkdir -p "${D}/opt/rebol/"
cp "${S}/r3" "${D}/opt/rebol/" || die "Failed to install"
cp "${S}/r3" "${D}/opt/rebol/" || die "Failed to install"
}