]> git.pld-linux.org Git - packages/apcupsd.git/blame - apcupsd-Makefile-fix.patch
fixed a small typo
[packages/apcupsd.git] / apcupsd-Makefile-fix.patch
CommitLineData
e3d52442 1--- Makefile.org Mon Apr 17 21:40:55 2000
2+++ Makefile Mon Apr 17 21:41:19 2000
3@@ -201,7 +201,7 @@
4 @$(ECHO) >> .ver
5 @$(ECHO) \#ifndef __$(OS)__ >> .ver
6 @$(ECHO) \#define __$(OS)__ >> .ver
7- @$(ECHO) \#endif /*\ __$(OS)__ *\/ >> .ver
8+ @$(ECHO) \#endif /*\ __$(OS)__ \*\/ >> .ver
9 @$(ECHO) >> .ver
10 @if [ -d /usr/include/ncurses ]; then \
11 if [ -f /usr/include/ncurses/curses.h ]; then \
12@@ -227,7 +227,7 @@
13 $(ECHO) \#undef __CURSES__ >> .ver; \
14 fi
15 @$(ECHO) >> .ver
16- @$(ECHO) \#endif /*\_APC_VERSION_H *\/ >> .ver
17+ @$(ECHO) \#endif /*\_APC_VERSION_H \*\/ >> .ver
18 @$(MV) -f .ver $@
19
20 ifdef MUSIC
This page took 0.076168 seconds and 4 git commands to generate.