Correct the permissions of $docdir/*. We copy them, so it's our responsibility. Tested under -1559. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1589 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -5,6 +5,7 @@
- Mathieu: fixed typo in Build-Pkg
updated easytag and alsa-driver and added an init script for atd
- Juergen Sawinski: fixed rene/bsd-games, misc/directfb and rene/xawtv
- Dimitar Zhekov: kiss documentation permission fix
*) 2003-10-01 (2.0.0-rc1 - 2.0.0-rc2)
@ -34,6 +34,7 @@ main_kiss() {
cd ..
cp ChangeLog doc/* $docdir
cp kiss.README kiss.lsm $docdir
chmod 0644 $docdir/*
}
custmain="main_kiss"