diff options
Diffstat (limited to 'sci-mathematics/twelf/twelf-1.7.1.ebuild')
-rw-r--r-- | sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index 7a097dd7aa21..36b867b7e2df 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.ebuild @@ -43,10 +43,10 @@ PATCHES=( "${FILESDIR}/${PN}-1.7.1-emacs-twelf-init.patch" "${FILESDIR}/${PN}-1.7.1-Makefile.patch" "${FILESDIR}/${PN}-1.7.1-mlton-mlb.patch" - ) +) src_prepare() { - epatch ${PATCHES[@]} + epatch "${PATCHES[@]}" sed \ -e "s@/usr/bin@${ROOT}usr/bin@g" \ -e "s@/usr/share@${ROOT}usr/share@" \ |