Skip to content

Commit 639ab39

Browse files
Merge pull request #41 from foglamp/FOGL-2913
consistency package name fixes for armhf architecture
2 parents d10e93d + df8b006 commit 639ab39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/make_deb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ while [ "${REPO_NAME}" != "" ]
7272
do
7373
package_manager=deb
7474
arch=`arch`
75+
if [ "${arch}" = "armv7l" ]; then
76+
arch="armhf"
77+
fi
7578
archive=`pwd`/archive/DEBIAN
7679
if [ ! -d "${archive}/${arch}" ]; then
7780
mkdir -p "${archive}/${arch}"

0 commit comments

Comments
 (0)