summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/fullpkg b/fullpkg
index 911a11c..d5c7468 100755
--- a/fullpkg
+++ b/fullpkg
@@ -216,6 +216,8 @@ for _dep in ${deps[@]}; do
fi
else
_fullpkgargs+="-f "
+ _fullpkgargs="$(echo $_fullpkgargs | sed s/"-R $_dep "//)"
+ force_array=( $(echo ${forcearray[@]} | tr " " "\n" | grep -vw "^$_dep") )
fi
cp -r "$ABSROOT/$_repo/$_dep" $tmp_dir/ || {