Skip to content

Commit 57b3e86

Browse files
committed
package name fixes for amv7l based plugins
1 parent 55f5ee3 commit 57b3e86

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugins/make_deb

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

0 commit comments

Comments
 (0)