summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 23:22:06 +0530
committerRitesh Raj Sarraf <rrs@researchut.com>2010-10-01 23:22:06 +0530
commite62194bdc5d0f468e846cb88a1cc8a870bd70994 (patch)
treed09b532a30860f6d2a224cea74e092fb199b37f4 /debian
parent0a42c5d4ce7811c080ef26f0398e1feefdffce84 (diff)
fix pkg name
Diffstat (limited to 'debian')
-rw-r--r--debian/dkms.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in
index 83517e0..67048e5 100644
--- a/debian/dkms.conf.in
+++ b/debian/dkms.conf.in
@@ -1,4 +1,4 @@
-PACKAGE_NAME="sysprof"
+PACKAGE_NAME="sysprof-module"
PACKAGE_VERSION="__VERSION__"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"