From 82eb30e5680545948787af6dbcfa092e216492c6 Mon Sep 17 00:00:00 2001 From: Han Boetes Date: Sun, 19 Nov 2006 20:25:51 +0100 Subject: [PATCH] vlorb: cleanup --- vlorb/Pkgfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vlorb/Pkgfile b/vlorb/Pkgfile index e8573795e..10efe31d0 100644 --- a/vlorb/Pkgfile +++ b/vlorb/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Han Boetes # Packager: Han Boetes # Depends on: p5-cddb cdparanoia -# nice to have: flac, oggenc, vorbisgain, easytag +# Nice to have: flac, oggenc, vorbisgain, easytag name=vlorb version=1.2 @@ -13,10 +13,11 @@ source=" http://jk.yazzy.org/projects/vlorb/patches/$name-${version}_fix_escape.diff " -build() { +build() +{ cd $name-$version # bizarre! sed -i 's/mkdir -p/install -d/' Makefile - patch < $SRC/$name-${version}_fix_escape.diff + patch -i $SRC/$name-${version}_fix_escape.diff make install prefix=$PKG/usr }