From: Bruce S. <bl...@us...> - 2004-05-03 14:32:53
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7581 Modified Files: acl attr xfsprogs Log Message: Fixed missing documentation on CD. Index: xfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xfsprogs,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- xfsprogs 24 Feb 2004 03:17:57 -0000 1.24 +++ xfsprogs 3 May 2004 14:32:44 -0000 1.25 @@ -32,22 +32,24 @@ make $PMAKE || exit 1 strip_debug fi - ;; + ;; - install ) + install ) if [ "$CONFIG_XFS" = "y" ]; then make -C build dist SDIR=$(pwd) cd $CDDIR || exit 1 tar -xzf $SDIR/build/tar/xfsprogs*.tar.gz || exit 1 - copy_docs + cp -dpR share/doc/ usr/share/ || exit 1 + cp -dpR man/ usr/share/ || exit 1 + rm -fr doc man fi ;; - * ) - echo "ERROR ($0)" - echo "please add parameter so I know what to do" - exit 1 - ;; + * ) + echo "ERROR ($0)" + echo "please add parameter so I know what to do" + exit 1 + ;; esac Index: attr =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/attr,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- attr 11 Jan 2004 14:43:04 -0000 1.11 +++ attr 3 May 2004 14:32:44 -0000 1.12 @@ -38,7 +38,8 @@ SDIR=$(pwd) cd $CDDIR || exit 1 tar -xzf $SDIR/build/tar/attr*.tar.gz || exit 1 - copy_docs + cp -dpR usr/man/ usr/share/ || exit 1 + rm -fr usr/man ;; * ) Index: acl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/acl,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- acl 11 Jan 2004 14:43:04 -0000 1.15 +++ acl 3 May 2004 14:32:44 -0000 1.16 @@ -40,7 +40,8 @@ SDIR=$(pwd) cd $CDDIR || exit 1 tar -xzf $SDIR/build/tar/acl*.tar.gz || exit 1 - copy_docs + cp -dpR usr/man/ usr/share/ || exit 1 + rm -fr usr/man ;; * ) |