From 12eb869d705a0541eb05654bdcb5210c08cfd1d9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 22 Mar 2013 07:11:15 +0100 Subject: [PATCH] cleanup --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2f9b87f..c1297a0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ ${DEB}: ${OPKGNAME}.tar.gz -rm -rf ${OPKGNAME} tar xzf ${OPKGNAME}.tar.gz cp -a debian ${OPKGNAME} -# echo "Architecture: ${ARCH}" >> ${OPKGNAME}/debian/control cd ${OPKGNAME}; dpkg-buildpackage -rfakeroot -b -us -uc -rm -rf ${OPKGNAME} lintian ${DEB}