summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgenerate-packages.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/generate-packages.sh b/generate-packages.sh
index 9591833..33b4254 100755
--- a/generate-packages.sh
+++ b/generate-packages.sh
@@ -62,6 +62,9 @@ do
if [[ $ONE_FILE == */lib64/* ]]
then
FILEDIR_NEW=$FILEDIR/lib64
+ elif [[ $ONE_FILE == */arm/nb/* ]]
+ then
+ FILEDIR_NEW=$FILEDIR/armnb
else
FILEDIR_NEW=$FILEDIR
fi