~ubuntu-branches/debian/stretch/dkms/stretch

« back to all changes in this revision

Viewing changes to debian/patches/01_upstart.patch

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano, 8510207
  • Date: 2009-12-15 08:57:24 UTC
  • mfrom: (1.1.12 upstream) (7.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091215085724-i177u1akx59x30ou
Tags: 2.1.1.0-2
[8510207] Do not install upstart job file

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Do not install upstart job file
 
2
--- a/Makefile
 
3
+++ b/Makefile
 
4
@@ -37,7 +37,7 @@ clean-dpkg: clean
 
5
 
 
6
 copy-init:
 
7
        install -m 755 dkms_autoinstaller debian/dkms.dkms_autoinstaller.init
 
8
-       install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
 
9
+       #install -m 755 dkms_autoinstaller.upstart debian/dkms.dkms_autoinstaller.upstart
 
10
 
 
11
 install:
 
12
        mkdir -m 0755 -p $(VAR) $(SBIN) $(MAN) $(INITD) $(ETC) $(BASHDIR) $(SHAREDIR) $(LIBDIR)