Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
iceberg63 authored Dec 30, 2020
1 parent 5f72409 commit 28ce374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endif
cp linux/DEBIAN/control.ver $(LINUX_DIR)/DEBIAN/control
sed -i $(SED_FLAGS) -e"s#@@RELEASE@@#$(RELEASE)#g" install.sh $(LINUX_DIR)/DEBIAN/control $(KITURA_SRC)/cmd/root.go kitura.rb
ifeq ($(ARCH),arm)
sed -i $(SED_FLAGS) -e"s#@@ARCH@@#armhf#g" $(LINUX_DIR)/DEBIAN/control
sed -i $(SED_FLAGS) -e"s#@@ARCH@@#armhf#g" $(LINUX_DIR)/DEBIAN/control
else
sed -i $(SED_FLAGS) -e"s#@@ARCH@@#$(ARCH)#g" $(LINUX_DIR)/DEBIAN/control
endif
Expand Down

0 comments on commit 28ce374

Please sign in to comment.