[SCM] linuxptp/master: Fix install destination in debian/rules

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Nov 10 19:36:05 UTC 2015


The following commit has been merged in the master branch:
commit d68a75097b27131ccd01ca384176c790d8fcfeb7
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Nov 10 20:24:50 2015 +0100

    Fix install destination in debian/rules
    
    rather than needing a patch for that...

diff --git a/debian/rules b/debian/rules
index f2723c5..5c6c84f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ export EXTRA_CFLAGS = $(CFLAGS)
 %:
 	dh $@ --parallel --with systemd
 
+override_dh_auto_install:
+	dh_auto_install -- prefix=/usr mandir=/usr/share/man
+
 override_dh_systemd_start:
 	dh_systemd_start ptp4l.service
 	dh_systemd_start --no-start phc2sys.service

-- 
linuxptp packaging



More information about the pkg-multimedia-commits mailing list