Fixed UpdateLoh.sh
This commit is contained in:
parent
bdd35af00c
commit
8d3eb7ad64
2 changed files with 18 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -48,4 +48,12 @@ clean:
|
|||
version:
|
||||
echo "#define VERSION $(shell svn info | grep -E "^Revision:" | grep -o -E "[0-9]+")" > Version.h
|
||||
|
||||
debian-package:
|
||||
./UpdateLog.sh
|
||||
ifdef ARCH
|
||||
dpkg-buildpackage -b -a$(ARCH) -tc
|
||||
else
|
||||
dpkg-buildpackage -b -tc
|
||||
endif
|
||||
|
||||
.PHONY: all build clean install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue