From 4dfeeadfd7100a71273709b0527006ecbafc7a92 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:05:49 +0000 Subject: [PATCH] packages/debootstrap: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40224 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- admin/debootstrap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 09b98b660..10e41fac0 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -32,7 +32,7 @@ define Package/debootstrap/description debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which - can eventually be chrooted into. + can eventually be chrooted into. endef define Build/Compile