search for: dest_module_location

Displaying 2 results from an estimated 2 matches for "dest_module_location".

2012 Nov 26
2
Bug#694429: blktap-dkms: unowned files after purge (policy 6.8, 10.8): /lib/modules/$KVERS/kernel/
...[...] 1m1.4s ERROR: FAIL: Package purging left files on system: /lib/modules/3.2.0-4-amd64/kernel/ not owned I recently patched dkms to (try to) remove the directories it created in /lib/modules/*/ to install the kernel modules. This works fine for all packages except blktap-dkms which uses DEST_MODULE_LOCATION="/kernel/../extra/" in its dkms.conf, while all other -dkms packages use a path without a '..' component. The "extra" directory gets cleaned up, but the "kernel" directory is not, and I don't want to enhance dkms to handle '..' in these paths. Ple...
2007 Sep 12
0
Re: [CentOS-devel] Areca RAID drivers
...ame}-%{dkms_vers}/ %{__cp} -a arcmsr/* %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/ # Configuration for dkms %{__cat} > %{buildroot}%{_usrsrc}/%{dkms_name}-%{dkms_vers}/dkms.conf << 'EOF' PACKAGE_NAME=%{dkms_name} PACKAGE_VERSION=%{dkms_vers} BUILT_MODULE_NAME[0]=%{dkms_name} DEST_MODULE_LOCATION[0]=/weak_updates AUTOINSTALL="YES" EOF %clean %{__rm} -rf %{buildroot} %post # Add to DKMS registry dkms add -m %{dkms_name} -v %{dkms_vers} %{?quiet} || : # Rebuild and make available for the currenty running kernel dkms build -m %{dkms_name} -v %{dkms_vers} %{?quiet} || : dkms insta...