Added Firefox-3b2 (still no idea why it crashes, though), fixed updated FUSE, made relfs_grant add user if none exists

svn path=/nixpkgs/trunk/; revision=9967
This commit is contained in:
Michael Raskin
2007-12-25 12:29:02 +00:00
parent 07eedae576
commit a7fada5648
6 changed files with 108 additions and 4 deletions
+3 -1
View File
@@ -22,7 +22,9 @@ let build = FullDepEntry ("
sed -e '/install:/a\\\tmkdir -p '\$out'/share' -i Makefile
make
mkdir -p \$out/bin
echo 'dropdb relfs_\$1 ;
echo '
createuser -A -D \$1
dropdb relfs_\$1 ;
rm -rf /tmp/relfs-\$1-tmp;
mkdir /tmp/relfs-\$1-tmp;
USER=\$1 relfs -f -s /tmp/relfs-raskin-tmp &