From: Victor Martinez Date: Fri, 12 Mar 2010 12:24:45 +0000 (+0000) Subject: flac: Fixed identation. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=1a2141c46ec74f146cdf67deda654f6cc2aae3af;p=attic%2Fports%2Fopt-cross.git flac: Fixed identation. --- diff --git a/flac/Pkgfile b/flac/Pkgfile index a3d8ea8..470a979 100644 --- a/flac/Pkgfile +++ b/flac/Pkgfile @@ -12,16 +12,16 @@ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz $name.diff) build() { - cd $name-$version + cd $name-$version - # fix compilation with gcc 4.3 - patch -Np1 -i $SRC/$name.diff +# fix compilation with gcc 4.3 + patch -Np1 -i $SRC/$name.diff - ./configure --build=$CHOST \ + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --with-ogg=$CLFS/usr/lib - make - make DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc }