From b6461bd7351090aca7808cfff00442d14d045f8e Mon Sep 17 00:00:00 2001 From: Luis <98406209+lumarogit@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:13:53 +0100 Subject: [PATCH] fpc: clean spkgbuild (silent) --- main/fpc/spkgbuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/fpc/spkgbuild b/main/fpc/spkgbuild index 3e65e4d78..eb01d800c 100644 --- a/main/fpc/spkgbuild +++ b/main/fpc/spkgbuild @@ -27,16 +27,13 @@ build() { # Build fpc cd $SRC/fpcbuild-$version/fpcsrc -# $SRC/usr/bin/fpcmake $SRC/usr/bin/fpcmake -Tall cd .. FPC=$SRC/usr/bin/fpc make all NOGDB=1 -# FPC=$SRC/usr/bin/fpc make build cd $SRC/fpcbuild-$version export HOME=$SRC FPC=$SRC/usr/bin/fpc make -j1 PREFIX=$PKG/usr install NOGDB=1 -# FPC=$SRC/usr/bin/fpc make -j1 PREFIX=$PKG/usr install # Create a symlink needed for fpc to find compiler export PATH=$PKG/usr/bin:$PATH