summaryrefslogtreecommitdiffstats
path: root/generate-packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate-packages.sh')
-rwxr-xr-xgenerate-packages.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/generate-packages.sh b/generate-packages.sh
index f86693b..44c2d3b 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