summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30f7193be23..b3c2a6be57eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,7 +81,9 @@ prepare() {
git submodule update --init
# Apply patches here:
- # patch -p0 < "${startdir}/codelite-feature.patch"
+ # example: patch -p0 < "${startdir}/codelite-feature.patch"
+
+ #patch -p0 < "${startdir}/codelite-fsw-symlink.patch"
}
build() {