ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm Makefile.am,1.5,1.6


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm Makefile.am,1.5,1.6
Date: Mon, 20 Jan 2003 06:46:51 -0500

Update of /cvsroot/ayttm/ayttm
In directory subversions:/tmp/cvs-serv4821

Modified Files:
        Makefile.am 
Log Message:
use bindir instead of exec_prefix/bin in the .desktop file

Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am 16 Jan 2003 20:32:07 -0000      1.5
+++ Makefile.am 20 Jan 2003 11:46:48 -0000      1.6
@@ -16,7 +16,7 @@
        @rm -f @address@hidden >/dev/null 2>&1;
        @echo [Desktop Entry] > @address@hidden;
        @echo address@hidden@ >> @address@hidden;
-       @echo Exec=${exec_prefix}/bin/@PACKAGE@ >> @address@hidden;
+       @echo Exec=${bindir}/@PACKAGE@ >> @address@hidden;
        @echo Icon=${datadir}/pixmaps/ayttm.png >> @address@hidden;
        @echo address@hidden@ >> @address@hidden;
        @echo Comment=\"The GTK Unified Messaging Client\">>@address@hidden;





reply via email to

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