Browse Source

eci_profiles: fixed custom install function by removing '--reply=yes' option from 'cp' command

stable/0.2
Christian Wiese 14 years ago
parent
commit
30f8b5a318
  1. 4
      graphic/eci_profiles/eci_profiles.conf

4
graphic/eci_profiles/eci_profiles.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../eci_profiles/eci_profiles.conf # Filename: package/.../eci_profiles/eci_profiles.conf
# Copyright (C) 2007 The OpenSDE Project # Copyright (C) 2007 - 2011 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -23,7 +23,7 @@ eci_main() {
do unzip $zipopt $x -d $pkg-$ver do unzip $zipopt $x -d $pkg-$ver
done done
cp $pkg-$ver/* $root$datadir/color/icc -fr --reply=yes cp -fr $pkg-$ver/* $root$datadir/color/icc
} }

Loading…
Cancel
Save