From 3d707431ab998402af450585c8fc30cfd38bfcaf Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 2 Oct 2012 16:11:13 +0000 Subject: [PATCH] Whitespace cleanup --- src/deforaos-package.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/deforaos-package.sh b/src/deforaos-package.sh index 7547aff..a0ed48c 100755 --- a/src/deforaos-package.sh +++ b/src/deforaos-package.sh @@ -237,11 +237,13 @@ MAKE_FLAGS+= DESTDIR=${DESTDIR} AUTO_MKDIRS= yes EOF + cat >> "$pkgname/Makefile" << EOF + +EOF [ $DEPEND_desktop -eq 1 ] && cat >> "$pkgname/Makefile" << EOF .include "../../sysutils/desktop-file-utils/desktopdb.mk" EOF cat >> "$pkgname/Makefile" << EOF - .include "../../mk/bsd.pkg.mk" EOF