packages/scponly: remove trailing whitespace

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@40287 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:06:49 +00:00
parent 823e413794
commit a4a4935233

View File

@ -46,7 +46,7 @@ define Package/scponly/postinst
echo "/usr/bin/scponly" >> $${IPKG_INSTROOT}/etc/shells echo "/usr/bin/scponly" >> $${IPKG_INSTROOT}/etc/shells
endef endef
define Package/scponly/install define Package/scponly/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
endef endef