Hi,
I had to modify the spec to make it working:
--- FOSShier.spec 2009-03-20 22:34:07.134906435 +0100
+++ ../../../src20090320/kde4-specs-dev/specs/FOSShier.spec 2009-03-20
22:28:50.977521209 +0100
@@ -64,7 +64,7 @@
%if %has64
;
%else
-next if /.{_arch64}/
+next if /.{_arch64}/;
%endif
$perm = $1;
$user = $2;
but it still failed installation:
....
INFO: Installing FOSShier
ERROR: failed to install package:
The following files are already installed on the system and are being
used by another package:
* /opt <attribute change only>
* - conflict with a file which does not belong to any package.
...
I had to do
pfexec chgrp bin /opt
to make it happy
(this is osol109/64bit)
--
This message posted from opensolaris.org