jailkit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jailkit-dev] [bug #21555] Makefile changes results in deb package build


From: Daniel Leidert
Subject: [Jailkit-dev] [bug #21555] Makefile changes results in deb package build filing - diff to debian/rules to fix problem is attached
Date: Sun, 11 Nov 2007 15:01:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.8-1)

Follow-up Comment #2, bug #21555 (project jailkit):

Further instead of:

cd src && $(MAKE) install prefix=$(CURDIR)/debian/jailkit/usr

you should do:

$(MAKE) -C src/ install DESTDIR=$(CURDIR)/debian/$(PACKAGE)

(PACKAGE must be defined in this case of course) in debian/rules.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21555>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]