summaryrefslogtreecommitdiffstats
path: root/libs/libnfc/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libnfc/PRE_BUILD')
-rwxr-xr-xlibs/libnfc/PRE_BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/libnfc/PRE_BUILD b/libs/libnfc/PRE_BUILD
index c9178a158d..c3f11e9487 100755
--- a/libs/libnfc/PRE_BUILD
+++ b/libs/libnfc/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
-if [[ "$LIBNFC_SVN" == "y" ]]; then
- cd ${SOURCE_DIRECTORY} &&
+cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches &&
+if [[ "$LIBNFC_BRANCH" == "scm" ]]; then
autoreconf -vis
fi