[Cooker] install -o root

1999-11-27 Thread Florent Villard
Hie, I don't know if this is a common problem, anyway "install -[og] root" are pretty boring so I write a small script to get rid of that. It create a patch to eliminate the occurences, must be run after rpm -bp #!/bin/sh name=$1 if [ -n "$name" ]; then touch $name-noroot.patch

Re: [Cooker] install -o root

1999-11-27 Thread Axalon Bloodstone
On Sat, 27 Nov 1999, Florent Villard wrote: Hie, I don't know if this is a common problem, anyway "install -[og] root" are pretty boring so I write a small script to get rid of that. It create a patch to eliminate the occurences, must be run after rpm -bp [..] Comments ? You rock! Just