mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/fpc to 3.0.4-6
This commit is contained in:
parent
f3b902b90f
commit
8d72694f62
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
|
||||
# Contributor: Valeriy Lyasotskiy <onestep@ukr.net>
|
||||
|
@ -13,7 +12,7 @@
|
|||
|
||||
pkgname=fpc
|
||||
pkgver=3.0.4
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="Free Pascal Compiler, Turbo Pascal 7.0 and Delphi compatible."
|
||||
arch=('x86_64')
|
||||
url="http://www.freepascal.org/"
|
||||
|
@ -58,4 +57,6 @@ package() {
|
|||
mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
|
||||
|
||||
find "$pkgdir"/etc/ -type f -exec sed -i "s|"$pkgdir"||g" {} \;
|
||||
sed -e "s|$pkgdir||g" -i "$pkgdir/usr/lib/fpc/$pkgver/ide/text/fp.cfg"
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue