On Wed, Jul 23, 2008 at 01:41:49PM +0200, Jan-Simon Möller wrote:
> for "core":
> test -z "`pkg-config --print-errors --variable sysconfdir 
> dbus-1`/dbus-1/system.d" || /bin/mkdir -p "`pkg-config --print-errors 
> --variable sysconfdir dbus-1`/dbus-1/system.d"
>  /usr/bin/install -c -p -m 644 'org.opensuse.yast.SCR.conf' 
> '/etc/dbus-1/system.d/org.opensuse.yast.SCR.conf'
> /usr/bin/install: reguläre Datei 
> „/etc/dbus-1/system.d/org.opensuse.yast.SCR.conf“ kann nicht angelegt werden: 
> Keine Berechtigung
> make[3]: *** [install-dbus_confDATA] Fehler 1

Yes, that slipped through when we merged some fresh changes
recently, sorry. I'll think of a proper fix.

Work around it by redirecting it at make-time:
  make install \
    dbus_confdir=$yourprefix/etc/dbus-1/system.d \
    dbus_servicesdir=$yourprefix/share/dbus-1/system-services

or by giving yourself rights (that's what I did because I needed
dbus to use these files):
    sudo setfacl -m u:dl9pf:rwx /etc/dbus-1/system.d 
/usr/share/dbus-1/system-services

-- 
Martin Vidner, YaST developer
http://en.opensuse.org/User:Mvidner

Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to