diff --git a/makefile b/makefile index 7fa008c2..0c3d5ab8 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # Makefile for AGrandTech EMS project PROJECT = OMC -VERSION = 5GC16.1.1 +VERSION = 5GC1.0.0 PLATFORM = amd64 ARMPLATFORM = aarch64 GitLocalRoot = $(HOME)/local.git @@ -81,7 +81,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).$(PLATFORM).deb + dpkg -b $(DebBuildDir) $(ReleaseDebs)/$(PROJECT)-$(VERSION).$(PLATFORM).`date +%Y%m%d`.deb rpm: $(BINNAME) cp -rf ./restagent/$(RESTAGENT) $(BinDir)