packages/cmdpad: fix 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@40044 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2014-03-27 07:02:22 +00:00
parent 261940a788
commit c35229b247

View File

@ -1,4 +1,4 @@
# #
# Copyright (C) 2007-2011 OpenWrt.org # Copyright (C) 2007-2011 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
@ -29,11 +29,11 @@ CONFIGURE_ARGS += \
--enable-shared --enable-shared
define Package/cmdpad/description define Package/cmdpad/description
cmdpad - execute commands when a key is pressed, released or hold down. cmdpad - execute commands when a key is pressed, released or hold down.
Should be started from /etc/rc or /etc/rc.local. To run it as deamon you Should be started from /etc/rc or /etc/rc.local. To run it as deamon you
need to start it with '&'. All logs are printed to standard out and standard need to start it with '&'. All logs are printed to standard out and standard
error (to write the log to disk use cmdpad > /var/log/cmdpad). Cmdpad error (to write the log to disk use cmdpad > /var/log/cmdpad). Cmdpad
searches for /etc/cmdpad.conf and load the key bindings. Then wait for searches for /etc/cmdpad.conf and load the key bindings. Then wait for
key event and check each command to see if it should be run. key event and check each command to see if it should be run.
endef endef
@ -44,7 +44,7 @@ MAKE_FLAGS += \
define Package/cmdpad/install define Package/cmdpad/install
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_DIR) $(1)/etc $(INSTALL_DIR) $(1)/etc
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cmdpad $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/cmdpad $(1)/usr/sbin/
$(INSTALL_CONF) $(PKG_BUILD_DIR)/src/cmdpad.conf $(1)/etc/ $(INSTALL_CONF) $(PKG_BUILD_DIR)/src/cmdpad.conf $(1)/etc/
$(INSTALL_BIN) ./files/cmdpad.init $(1)/etc/init.d/cmdpad $(INSTALL_BIN) ./files/cmdpad.init $(1)/etc/init.d/cmdpad