diff --git a/Makefile b/Makefile index ecae4d88..532833aa 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp) DESTDIR= -SUBDIRS = aplinfo PVE bin www po +SUBDIRS = aplinfo PVE bin www ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) GITVERSION:=$(shell cat .git/refs/heads/master) @@ -42,10 +42,6 @@ upload: ${DEB} check ./repoid.pl .git check tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pve --dist stretch -#.PHONY: poupload -#poupload: -# rsync po/*.po po/pve-manager.pot pve.proxmox.com:/home/ftp/sources/po-files/ - .PHONY: install install: country.dat vzdump.conf vzdump-hook-script.pl pve-apt.conf mtu bridgevlan bridgevlanport vlan vlan-down install -d -m 0700 -o www-data -g www-data ${DESTDIR}/var/log/pveproxy diff --git a/defines.mk b/defines.mk index 211e61b9..86848965 100644 --- a/defines.mk +++ b/defines.mk @@ -15,7 +15,6 @@ DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE} PODDIR=${DESTDIR}/usr/share/doc/${PACKAGE}/pod WWWBASEDIR=${DESTDIR}/usr/share/${PACKAGE} WWWROOTDIR=${WWWBASEDIR}/root -WWWLOCALEDIR=${WWWBASEDIR}/locale WWWIMAGEDIR=${WWWBASEDIR}/images WWWTOUCHDIR=${WWWBASEDIR}/touch WWWCSSDIR=${WWWBASEDIR}/css