packages/debootstrap: fix whitespaces
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:05:49 +0000 (07:05 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 27 Mar 2014 07:05:49 +0000 (07:05 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40224 3c298f89-4303-0410-b956-a3cf2f4a3e73

admin/debootstrap/Makefile

index 09b98b6..10e41fa 100644 (file)
@@ -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