summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeorize2016-12-31 07:02:10 +0700
committerLeorize2016-12-31 07:02:10 +0700
commit0af94bfa398a13f56cbc1b8a6662edf246135434 (patch)
tree413dc96e9073d3dea7f2ffe8811e646aab1eb537
parentb5829a510a2ac1bc38cfba7befcb4df791dd893a (diff)
downloadaur-0af94bfa398a13f56cbc1b8a6662edf246135434.tar.gz
Symlinks no more
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80804e13f2f2..82ef60e3bf96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,14 +34,6 @@ pkgver() {
$(svnversion | tr -d [A-z])
}
-prepare() {
- cd "${srcdir}/fpcbuild"
-
- # Needed to fix documentation building on my machine
- # FIXME: check if it's required to build docs
- ln -sf /usr/share/texmf-dist/tex/latex/mdwtools/syntax.sty fpcdocs/syntax.sty
-}
-
build() {
cd "${srcdir}/fpcbuild"
pushd fpcsrc/compiler