From: Dietmar Maurer Date: Wed, 24 Aug 2011 08:00:28 +0000 (+0200) Subject: fix build - do not install Changelog (no longer exists) X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=a6e94288547dabbdf8c0e79045be1c574654bf36 fix build - do not install Changelog (no longer exists) --- diff --git a/Makefile b/Makefile index b2cd82a..2345ecf 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,6 @@ deb ${DEB}: install -D -m 0644 copyright build/${DOCDIR}/${PACKAGE}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/ gzip -9 build/${DOCDIR}/${PACKAGE}/changelog.Debian - install -m 0644 ChangeLog build/${DOCDIR}/${PACKAGE}/changelog - gzip -9 build/${DOCDIR}/${PACKAGE}/changelog dpkg-deb --build build mv build.deb ${DEB} #rm -rf build