wok-next diff gst-plugins-ugly-dev/receipt @ rev 14081
udisks: add a polkit rule to make disk group use udisks without password, udisks should work now
author | ernia <monghitri@aruba.it> |
---|---|
date | Fri Feb 22 20:29:00 2013 +0000 (2013-02-22) |
parents | d6dc41dbec9a |
children | 6b114c055cce |
line diff
1.1 --- a/gst-plugins-ugly-dev/receipt Sun Feb 17 20:06:14 2013 +0100 1.2 +++ b/gst-plugins-ugly-dev/receipt Fri Feb 22 20:29:00 2013 +0000 1.3 @@ -13,5 +13,5 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib/gstreamer-$SERIES 1.7 - mv $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES 1.8 + cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES 1.9 }