From 338a8b5fe622c74939abb4fb724187d3e246a0fe Mon Sep 17 00:00:00 2001 From: Bartlomiej Palmowski Date: Mon, 23 Dec 2013 19:27:40 +0100 Subject: [PATCH] nqp: fix a hack, which was not working --- nqp/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nqp/Pkgfile b/nqp/Pkgfile index ef53ac738..85c5cbea8 100644 --- a/nqp/Pkgfile +++ b/nqp/Pkgfile @@ -10,7 +10,7 @@ source=(https://github.com/perl6/$name/archive/$version.tar.gz) build() { cd $name-$version - sed -i '1i#include ' src/vm/parrot/ops/nqp.ops + sed -i '1a#include ' src/vm/parrot/ops/nqp.ops perl ./Configure.pl --prefix=/usr make -j1 make DESTDIR=$PKG install