Introduction
Introduction Statistics Contact Development Disclaimer Help
applied a fix inspired by recent wmii commit - sic - simple irc client
git clone git://git.suckless.org/sic
Log
Files
Refs
README
LICENSE
---
commit aa40ba1f3d3ce43264d6d4138c27ac4eaf410407
parent ef99e720ffec7570261170b4858253249b91f6f9
Author: Anselm R. Garbe <[email protected]>
Date: Wed, 21 Feb 2007 11:00:12 +0100
applied a fix inspired by recent wmii commit
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -44,7 +44,7 @@ install: all
@chmod 755 ${DESTDIR}${PREFIX}/bin/sic
@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
- @sed 's/VERSION/${VERSION}/g' < sic.1 > ${DESTDIR}${MANPREFIX}/man1/si…
+ @sed "s/VERSION/${VERSION}/g" < sic.1 > ${DESTDIR}${MANPREFIX}/man1/si…
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/sic.1
uninstall:
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.