Package: kqemu-source
Version: 1.3.0~pre9-2
Severity: normal
Tags: patch

Hi Daniel

Well I love the Debian way, but if you use the old school way and try
to install the stuff via "make install" it fails, because the install.sh
script which is needed is missing.
Please find a small patch below.

Cheers
Steffen

--- debian/rules.orig   2006-12-01 13:52:31.000000000 +0100
+++ debian/rules        2006-12-01 13:52:43.000000000 +0100
@@ -102,7 +102,7 @@
        dh_installdirs -p$(psource)  usr/src/modules/$(sname)/debian

        # Copy only the driver source to the proper location
-       cp -a Changelog *.html Makefile configure *.c *.h *.o 
debian/$(psource)/usr/src/modules/$(sname)
+       cp -a Changelog *.html Makefile install.sh configure *.c *.h *.o 
debian/$(psource)/usr/src/modules/$(sname)
        # Copy the needed debian/ pieces to the proper location
        cp debian/*modules.in* \
                debian/$(psource)/usr/src/modules/$(sname)/debian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to