OSDN Git Service

LinGui: change gtk install rule so that changes to PREFIX on the command
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Jun 2009 17:43:59 +0000 (17:43 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 16 Jun 2009 17:43:59 +0000 (17:43 +0000)
line of the top level make get propagated to gtk. This is needed when
building debian packages.

git-svn-id: svn://localhost/HandBrake/trunk@2541 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/module.rules

index ddf9bcc..657a203 100644 (file)
@@ -35,7 +35,7 @@ gtk.build: $(GTK.CONFIGURE.stamp) $(LIBHB.a)
        +$(MAKE) -C $(GTK.build/)
 
 gtk.install:
-       $(MAKE) -C $(GTK.build/) install-strip
+       $(MAKE) -C $(GTK.build/) prefix=$(PREFIX) install-strip
 
 gtk.uninstall:
        $(MAKE) -C $(GTK.build/) uninstall