gcc: remove /usr/lib64, owned by xbps-base-files. Bumprev.
--HG-- extra : convert_revision : da82b6e465dcab852904010c0eda058cb0dd3c00
This commit is contained in:
parent
a269411fbe
commit
c70a4da408
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gcc'
|
# Template build file for 'gcc'
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
version=4.4.3
|
version=4.4.3
|
||||||
#revision=1
|
revision=1
|
||||||
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/pub/gnu/gcc/gcc-$version/gcc-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||||
|
@ -61,4 +61,5 @@ post_install()
|
||||||
#
|
#
|
||||||
mkdir -p ${DESTDIR}/lib
|
mkdir -p ${DESTDIR}/lib
|
||||||
cd ${DESTDIR}/lib && ln -sf ../usr/bin/cpp .
|
cd ${DESTDIR}/lib && ln -sf ../usr/bin/cpp .
|
||||||
|
rm -f ${DESTDIR}/usr/lib64
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue