fix build - do not install Changelog (no longer exists)

This commit is contained in:
Dietmar Maurer 2011-08-24 10:00:28 +02:00
parent 1979c2297b
commit a6e9428854

View File

@ -42,8 +42,6 @@ deb ${DEB}:
install -D -m 0644 copyright build/${DOCDIR}/${PACKAGE}/copyright install -D -m 0644 copyright build/${DOCDIR}/${PACKAGE}/copyright
install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/ install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/
gzip -9 build/${DOCDIR}/${PACKAGE}/changelog.Debian 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 dpkg-deb --build build
mv build.deb ${DEB} mv build.deb ${DEB}
#rm -rf build #rm -rf build