This commit is contained in:
2023-09-04 16:13:28 +08:00
parent 4e76fd7750
commit 3f578977fb

View File

@@ -96,7 +96,7 @@ deb: $(BINNAME)
chmod +x $(DebBuildDir)/usr/local/omc/bin/*
cp -rf $(BuildDir)/nginx/* $(DebBuildDir)/etc/nginx/conf.d
cp -rf $(BuildDir)/systemd/*.service $(DebBuildDir)/lib/systemd/system/
dpkg -b $(DebBuildDir) $(ReleaseDebs)/$(PROJECT)-$(VERSION).$(Release).$(PLATFORM).deb
dpkg -b $(DebBuildDir) $(ReleaseDebs)/$(PROJECT)-$(VERSION)-`date +%Y%m%d`.$(RelVer).$(PLATFORM).deb
rpm: $(BINNAME)
cp -rf ./restagent/$(RESTAGENT) $(BinDir)