]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-license-compromise-20050415
authorDerrick Brashear <shadow@dementia.org>
Fri, 15 Apr 2005 20:06:06 +0000 (20:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 15 Apr 2005 20:06:06 +0000 (20:06 +0000)
just copy the full list of licenses here. bleh.

(cherry picked from commit 16982614437754880951c8a1c0220e61d13eccf7)

Makefile.in

index 7c9d50e149b9d3ce3839aec83589ea84baf4ee01..43610f3640c3109b603c7331399d367900141da3 100644 (file)
@@ -53,15 +53,15 @@ install_only_libafs: only_libafs install_dirs
 
 dest: all dest_dirs
        $(MAKE) build COMPILE_PART2B=dest
-       -${INSTALL} ${srcdir}/doc/LICENSE ${DEST}/LICENSE
+       -${INSTALL} ${srcdir}/src/LICENSE ${DEST}/LICENSE
 
 dest_nolibafs: all_nolibafs dest_dirs
        $(MAKE) build TARGET=finale_nolibafs COMPILE_PART2B=dest
-       -${INSTALL} ${srcdir}/doc/LICENSE ${DEST}/LICENSE
+       -${INSTALL} ${srcdir}/src/LICENSE ${DEST}/LICENSE
 
 dest_only_libafs: only_libafs dest_dirs
        $(MAKE) build TARGET=libafs COMPILE_PART2B=dest
-       -${INSTALL} ${srcdir}/doc/LICENSE ${DEST}/LICENSE
+       -${INSTALL} ${srcdir}/src/LICENSE ${DEST}/LICENSE
 
 packages: dest
        @case ${SYS_NAME} in \