packages/ruby: fix whitespaces

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@40071 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:03:05 +00:00
parent fa2333df1f
commit a1c2cfaf8a

View File

@ -42,9 +42,9 @@ define Package/ruby/Default
endef endef
define Package/ruby/Default/description define Package/ruby/Default/description
Ruby is the interpreted scripting language for quick and easy Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text files object-oriented programming. It has many features to process text files
and to do system management tasks (as in perl). It is simple, and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible. straight-forward, and extensible.
endef endef
@ -299,7 +299,7 @@ define Package/ruby-core/install
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml \
$(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/yaml.rb \
$(1)/usr/lib/ruby/$(PKG_LIBVER)/*/syck.so \ $(1)/usr/lib/ruby/$(PKG_LIBVER)/*/syck.so \
find $(1) -name '*.h' | xargs rm -f find $(1) -name '*.h' | xargs rm -f
endef endef