Skip to content

Commit b191e2b

Browse files
committedJan 28, 2015
OK, fine. Stick contents of ./lib into /usr/local/share/learn.
1 parent dc1acc0 commit b191e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ afterinstall: ${LPROGS}
1818
install -d ${LLIB}
1919
install -c -S -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
2020
${LPROGS} ${LLIB}
21-
cp -R ${.CURDIR}/lib ${LLIB}
21+
cp -R ${.CURDIR}/lib/* ${LLIB}
2222

2323
uninstall:
2424
rm ${BINDIR}/${PROG}

‎pathnames.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* pathnames file for learn.
33
*/
44

5-
#define _PATH_LLIB "/usr/local/share/learn/lib"
5+
#define _PATH_LLIB "/usr/local/share/learn"

0 commit comments

Comments
 (0)
Please sign in to comment.