r1040 - crux-2.2/ports/opt/scons
Author: tilman Date: 2006-03-27 13:11:15 +0200 (Mon, 27 Mar 2006) New Revision: 1040 Modified: crux-2.2/ports/opt/scons/.footprint crux-2.2/ports/opt/scons/Pkgfile Log: (2.2) scons: use install to handle the man pages to fix a permission bug and prevent them in the future. Modified: crux-2.2/ports/opt/scons/.footprint =================================================================== --- crux-2.2/ports/opt/scons/.footprint 2006-03-27 07:58:13 UTC (rev 1039) +++ crux-2.2/ports/opt/scons/.footprint 2006-03-27 11:11:15 UTC (rev 1040) @@ -273,5 +273,5 @@ -rw-r--r-- root/root usr/lib/scons/SCons/exitfuncs.pyc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/scons.1.gz +-rw-r--r-- root/root usr/man/man1/scons.1.gz -rw-r--r-- root/root usr/man/man1/sconsign.1.gz Modified: crux-2.2/ports/opt/scons/Pkgfile =================================================================== --- crux-2.2/ports/opt/scons/Pkgfile 2006-03-27 07:58:13 UTC (rev 1039) +++ crux-2.2/ports/opt/scons/Pkgfile 2006-03-27 11:11:15 UTC (rev 1040) @@ -8,11 +8,11 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) -build () { +build() { cd $name-$version + python setup.py install --prefix=/usr --root=$PKG - mkdir -p $PKG/usr/man/man1 - cp scons.1 $PKG/usr/man/man1 - cp sconsign.1 $PKG/usr/man/man1 + install -d $PKG/usr/man/man1 + install -m 644 scons{,ign}.1 $PKG/usr/man/man1 }
participants (1)
-
crux@crux.nu