Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix tclConfig further
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@432781 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
antonio-rojas authored and svntogit committed Dec 19, 2021
1 parent 73276f2 commit be693c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions trunk/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

pkgname=tcl
pkgver=8.6.12
pkgrel=2
pkgrel=3
pkgdesc="Powerful, easy-to-learn dynamic programming language"
arch=('x86_64')
url="http://tcl.sourceforge.net/"
Expand Down Expand Up @@ -39,9 +39,10 @@ package() {
chmod 644 "$pkgdir/usr/lib/libtclstub8.6.a"

# remove buildroot traces
_tclver=8.6
sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
-e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
-e "s#'{/usr/lib} '#'/usr/lib'#" \
-e "s#'{/usr/lib} '#'/usr/lib/tcl$_tclver'#" \
-i "${pkgdir}/usr/lib/tclConfig.sh"

tdbcver=tdbc1.1.3
Expand Down

0 comments on commit be693c0

Please sign in to comment.