python3: remove conflicting file with python 2.7.
This commit is contained in:
parent
2de7aa9199
commit
61f95ce442
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'python3'.
|
# Template build file for 'python3'.
|
||||||
pkgname=python3
|
pkgname=python3
|
||||||
version=3.3.2
|
version=3.3.2
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="Python-${version}"
|
wrksrc="Python-${version}"
|
||||||
short_desc="Interpreted, interactive, object-oriented programming language (3.x series)"
|
short_desc="Interpreted, interactive, object-oriented programming language (3.x series)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -45,6 +45,8 @@ do_install() {
|
||||||
make DESTDIR=${DESTDIR} install maninstall
|
make DESTDIR=${DESTDIR} install maninstall
|
||||||
install -Dm644 LICENSE ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
|
install -Dm644 LICENSE ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
|
||||||
|
|
||||||
|
rm -f ${DESTDIR}/usr/bin/2to3
|
||||||
|
|
||||||
ln -sf ../../libpython3.3m.so \
|
ln -sf ../../libpython3.3m.so \
|
||||||
${DESTDIR}/usr/lib/python3.3/config-3.3m/libpython3.3m.so
|
${DESTDIR}/usr/lib/python3.3/config-3.3m/libpython3.3m.so
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue