From 4b587ebfce25d996480d3631a529c19331ec1ea1 Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Fri, 18 Dec 2009 05:00:12 -0800 Subject: [PATCH] Install config-ui files to the right place --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c773a37..962a2e3 100755 --- a/debian/rules +++ b/debian/rules @@ -46,7 +46,7 @@ install: build # Add here commands to install the package into # debian/browser-switchboard. make DESTDIR=debian/browser-switchboard install - make -C config-ui DESTDIR=debian/browser-switchboard install + make -C config-ui DESTDIR=../debian/browser-switchboard install binary-indep: build install -- 1.7.9.5