fpc: fix unit search path in textmode IDE
Closes: #10418 [via git-merge-pr]
This commit is contained in:
parent
d4e54f9abc
commit
4827e483ad
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fpc'
|
||||
pkgname=fpc
|
||||
version=3.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}build-${version}"
|
||||
conf_files="/etc/fpc.cfg /etc/fppkg.cfg"
|
||||
|
@ -57,7 +57,7 @@ do_install() {
|
|||
PATH=$DESTDIR/usr/bin:$PATH \
|
||||
$DESTDIR/usr/lib/fpc/${version}/samplecfg \
|
||||
$DESTDIR/usr/lib/fpc/${version} $DESTDIR/etc
|
||||
sed -i "s,${DESTDIR},,g" $DESTDIR/etc/*.cfg $DESTDIR/etc/fppkg/*
|
||||
sed -i "s,${DESTDIR},,g" $DESTDIR/etc/*.cfg $DESTDIR/etc/fppkg/* $DESTDIR/usr/lib/fpc/${version}/ide/text/*
|
||||
vlicense fpcsrc/rtl/COPYING.FPC
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue