summarylogtreecommitdiffstats
path: root/dkms.conf
diff options
context:
space:
mode:
authorTimothy Redaelli2015-09-09 00:22:05 +0200
committerTimothy Redaelli2015-09-09 00:28:37 +0200
commitfa688b27c16b3be21c5be2eeb367840b02b5421e (patch)
tree4d24a7d21a2970a2501fed5609531379d9421956 /dkms.conf
downloadaur-fa688b27c16b3be21c5be2eeb367840b02b5421e.tar.gz
Initial commit
Diffstat (limited to 'dkms.conf')
-rw-r--r--dkms.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/dkms.conf b/dkms.conf
new file mode 100644
index 000000000000..4ba720630c41
--- /dev/null
+++ b/dkms.conf
@@ -0,0 +1,11 @@
+PACKAGE_NAME="ufsd-module"
+PACKAGE_VERSION="%pkgver%"
+PRE_BUILD="./configure --prefix=/usr --sbindir=/usr/bin"
+BUILT_MODULE_NAME[0]="ufsd"
+BUILT_MODULE_NAME[1]="jnl"
+DEST_MODULE_NAME[0]="ufsd"
+DEST_MODULE_NAME[1]="jnl"
+DEST_MODULE_LOCATION[0]="/extramodules"
+DEST_MODULE_LOCATION[1]="/extramodules"
+AUTOINSTALL="yes"
+REMAKE_INITRD="yes"