Browse Source

Dimitar Zhekov:


			
			
				rocklinux
			
			
		
Dimitar Zhekov 20 years ago
parent
commit
4d70bee31e
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      package/x11/xfree86-doc/xfree86-doc.conf

+ 4
- 3
package/x11/xfree86-doc/xfree86-doc.conf

@ -26,16 +26,17 @@
x11doc_main() {
xf_extract
echo "Copy X11 Documentation and creating X11 symlink ..."
echo "Copying X11 Documentation and creating X11 symlink ..."
rm -rfv ${docdir%/*}/X11
cp -rv doc/* $docdir # We don't want to track doc/ all the time
rm -rfv $docdir/man # Not optimal, but man/ is only about 4MB
rm -rfv $docdir/man # Not optimal, but man/ is only about 4MB
cd ${docdir%/*}
ln -sv ${docdir##*/} X11
}
srctar=none
archdir=${archdir%-doc}
if [ -d $base/download/mirror/X ] ; then archdir=$base/download/mirror/X
else archdir=${archdir%-doc} ; fi
custmain=x11doc_main
autoextract=0
createdocs=0

Loading…
Cancel
Save