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

Makefile.in

index 9b5ac141da2f7faabae48781aeb8f0adcdcd3f82..1b745937e3fc159b9b6b8a2c11cb25d644fd2ceb 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 \