]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-popt-coreutils.patch
- convert to utf8
[packages/rpm.git] / rpm-popt-coreutils.patch
1 --- rpm-4.4.9/rpmpopt.in~       2007-12-22 19:32:34.458262026 +0200
2 +++ rpm-4.4.9/rpmpopt.in        2007-12-22 17:29:07.000000000 +0200
3 @@ -55,8 +55,8 @@
4         --POPTdesc=$"set permissions of files in a package"
5  
6  rpm    alias --setugids -q --qf \
7 -        '[ch %{FILEUSERNAME:shescape} %{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
8 -        --pipe "(echo 'ch() { chown -- \"$1\" \"$3\";chgrp -- \"$2\" \"$3\"; }';grep -v \(none\))|sh" \
9 +        '[chown %{FILEUSERNAME:shescape}:%{FILEGROUPNAME:shescape} %{FILENAMES:shescape}\n]' \
10 +        --pipe "grep -v '(none)' | sh" \
11         --POPTdesc=$"set user/group ownership of files in a package"
12  
13  rpm    alias --conflicts       --qf \
This page took 0.025393 seconds and 3 git commands to generate.