From ce29090aae7170fd98632deb30f609ef3d1675d6 Mon Sep 17 00:00:00 2001 From: Rodrigo Linfati Date: Tue, 25 Jan 2011 01:07:35 +0100 Subject: [PATCH] fix deb --- data/googlelatitude.desktop | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/googlelatitude.desktop b/data/googlelatitude.desktop index 1feabfb..f5f1df6 100644 --- a/data/googlelatitude.desktop +++ b/data/googlelatitude.desktop @@ -2,7 +2,7 @@ Encoding=UTF-8 Version=1.0 Type=Application -Name=Google Latitude And Buzz +Name=Latitude And Buzz Exec=/opt/linfati.com/GoogleLatitudeGUI Icon=googlelatitude X-HildonDesk-ShowInToolbar=true diff --git a/debian/rules b/debian/rules index f44f604..bf04f01 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ APPNAME := googlelatitude configure: configure-stamp configure-stamp: dh_testdir - qmake + qmake $(APPNAME).pro touch configure-stamp build: build-stamp -- 1.7.9.5