blob: ca1cc71f4a9adb1bbd10cd6ea1a3189ce1d4127a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/Makefile.orig 2000-06-17 00:25:51.000000000 +0400
+++ lib/Makefile 2015-02-26 03:38:28.000000000 +0300
@@ -12,7 +12,7 @@
install: all
cp unmarkup emptydefn toascii nwmtime h2a btdefn $(LIB)
- sed 's@|LIBDIR|@$(LIB)@g' pipedocs > $(LIB)/pipedocs
+ sed 's@|LIBDIR|@$(LIBNAME)@g' pipedocs > $(LIB)/pipedocs
chmod +x $(LIB)/pipedocs
checkin:
|