[Bug 511204] Review Request: wicd - A wireless and wired network manager

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 30 13:10:46 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=511204





--- Comment #3 from Christoph Wickert <fedora at christoph-wickert.de>  2009-07-30 09:10:45 EDT ---
The hardcoded /usr/lib/ is only used, when you don't pass %{_libdir} as an
option:

%{__python} setup.py configure --distro=redhat \
  --lib=%{wicddir} \
  --share=%{_datadir}/%{name} \
  --etc=%{_sysconfdir}/%{name} \
  --bin=%{_bindir} \
  --sbin=%{_sbindir} \
  --mandir=%{_mandir} \
  --varlib=%{_sharedstatedir}/wicd \
  --pmutils=%{_libdir}/pm-utils/sleep.d \
  --resume=%{_sysconfdir}/acpi/resume.d \
  --suspend=%{_sysconfdir}/acpi/suspend.d \
  --docdir=%{_docdir}/%{name}-%{version} \
  --no-install-kde \
  --no-install-docs

... and everything is fine.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list