mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
readme: move the LICENSE file to the top level directory
Move the LICENSE file to the top directory to make it more visible and to clean up the src directory. Update the top level make file and redhat packaging to accomodate the new path to the LICENSE file. Change-Id: I64b655584cf61b8a45c6d6788a84aff31df8e83e Reviewed-on: http://gerrit.openafs.org/10972 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
c9f430fd8f
commit
f61beda6d6
@ -81,15 +81,15 @@ install_only_libafs: only_libafs install_dirs
|
||||
|
||||
dest: all dest_dirs
|
||||
$(MAKE) build COMPILE_PART2B=dest
|
||||
-${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
|
||||
-${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
|
||||
|
||||
dest_nolibafs: all_nolibafs dest_dirs
|
||||
$(MAKE) build TARGET=finale_nolibafs COMPILE_PART2B=dest
|
||||
-${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
|
||||
-${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
|
||||
|
||||
dest_only_libafs: only_libafs dest_dirs
|
||||
$(MAKE) build TARGET=libafs COMPILE_PART2B=dest
|
||||
-${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
|
||||
-${INSTALL_DATA} ${srcdir}/LICENSE ${DEST}/LICENSE
|
||||
|
||||
packages: dest
|
||||
@case ${SYS_NAME} in \
|
||||
|
2
README
2
README
@ -2,7 +2,7 @@ Copyright 2000, International Business Machines Corporation and others.
|
||||
All Rights Reserved.
|
||||
|
||||
This software has been released under the terms of the IBM Public
|
||||
License. For details, see the LICENSE file in the top-level source
|
||||
License. For details, see the LICENSE file in the top-level
|
||||
directory or online at http://www.openafs.org/dl/license10.html
|
||||
|
||||
Short instructions for sites upgrading from a previous version of AFS:
|
||||
|
@ -780,7 +780,7 @@ tar cf - -C libafs_tree . | \
|
||||
tar xf - -C $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/src
|
||||
|
||||
# Next, copy the LICENSE Files, README
|
||||
install -m 644 src/LICENSE $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.IBM
|
||||
install -m 644 LICENSE $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.IBM
|
||||
install -m 644 src/packaging/RedHat/openafs-LICENSE.Sun $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/LICENSE.Sun
|
||||
install -m 644 src/packaging/RedHat/openafs-README $RPM_BUILD_ROOT%{_prefix}/src/openafs-kernel-%{afsvers}/README
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user