From 898642b45b44fb9e61528bf1013865460d4967d2 Mon Sep 17 00:00:00 2001 From: Tony Houghton Date: Sun, 17 Jan 2010 16:57:50 +0000 Subject: [PATCH] Use PREFIX in install rule. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4126469..0b119dc 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ install: patch dh_installdirs # Add here commands to install the package into debian/sysbars. - python install.py DEST_DIR=$(CURDIR)/debian/sysbars-applet + python install.py DEST_DIR=$(CURDIR)/debian/sysbars-applet PREFIX=/usr # Build architecture-independent files here. -- 2.11.4.GIT