packages/psybnc: 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@40191 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
943a085446
commit
46e0f1d408
@ -28,10 +28,10 @@ define Package/psybnc
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/psybnc/description
|
define Package/psybnc/description
|
||||||
psyBNC is an easy-to-use, multi-user, permanent
|
psyBNC is an easy-to-use, multi-user, permanent
|
||||||
IRC-Bouncer with many features. Some of its features
|
IRC-Bouncer with many features. Some of its features
|
||||||
vhost- and relay support to connected bouncers and an
|
vhost- and relay support to connected bouncers and an
|
||||||
extensive online help system. Many other helpful
|
extensive online help system. Many other helpful
|
||||||
functions are included.
|
functions are included.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ else
|
|||||||
ENDIANESS:=0
|
ENDIANESS:=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
HOSTCC="$(HOSTCC)" \
|
HOSTCC="$(HOSTCC)" \
|
||||||
@ -53,7 +53,7 @@ define Package/psybnc/conffiles
|
|||||||
/etc/psybnc.conf
|
/etc/psybnc.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/psybnc/install
|
define Package/psybnc/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/psybnc.sh $(1)/usr/sbin/psybnc
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/psybnc.sh $(1)/usr/sbin/psybnc
|
||||||
$(INSTALL_DIR) $(1)/usr/share/psybnc
|
$(INSTALL_DIR) $(1)/usr/share/psybnc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user