diff --git a/Makefile b/Makefile index 0a26fcd5..b6570ee2 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,11 @@ clean: rm -rf release/ build: +ifeq (${DEB_HOST_ARCH},loong64) + npm run build:deb-loong64 +else npm run build:deb +endif install: mkdir -p $(DESTDIR)/opt/spark-store/bin/ @@ -24,4 +28,4 @@ install: cp -rv pkg/usr/share/polkit-1 $(DESTDIR)/usr/share/ cp -rv pkg/usr/share/aptss $(DESTDIR)/usr/share/ cp -rv tool/spark-store.asc $(DESTDIR)/opt/durapps/spark-store/bin/ - ln -s ../../../spark-store/extras/spark-store $(DESTDIR)/opt/durapps/spark-store/bin/spark-store \ No newline at end of file + ln -s ../../../spark-store/extras/spark-store $(DESTDIR)/opt/durapps/spark-store/bin/spark-store