From d969469dd6c43dd053e2f77ab9c0500921361801 Mon Sep 17 00:00:00 2001 From: Prajwal Mohan Date: Mon, 24 Mar 2008 11:00:59 -0700 Subject: [PATCH] Fixing image-creator path for image-creator.desktop in Makefile --- Makefile | 2 +- debian/changelog | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b8038c0..322c3c2 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ basicinstall: all @cp -a help/* ${DESTDIR}/${SHAREDIR}/gnome/help/image-creator/ @cp utils/*.py ${DESTDIR}/${SHAREDIR}/utils/ @mkdir -p ${DESTDIR}/usr/share/applications/ - sed '{s/%%EXEC_CMD%%/gksu \/usr\/sbin\/image-creator/}' image-creator.desktop.template > ${DESTDIR}/usr/share/applications/image-creator.desktop + sed '{s/%%EXEC_CMD%%/gksu \/usr\/bin\/image-creator/}' image-creator.desktop.template > ${DESTDIR}/usr/share/applications/image-creator.desktop @echo "Done" rpm: diff --git a/debian/changelog b/debian/changelog index 3d84d1d..0c063e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,9 +13,10 @@ moblin-image-creator (0.45) UNRELEASED; urgency=low * Added libosso-dev to the developer tools fset [ Prajwal Mohan ] - * Removing desktop-file-utils from Ubuntu-Mobile fset of all platforms + * Removing desktop-file-utils from Ubuntu-Mobile fset of all platforms + * Fixing image-creator path for image-creator.desktop in Makefile - -- Prajwal Mohan Fri, 21 Mar 2008 14:12:03 -0700 + -- Prajwal Mohan Mon, 24 Mar 2008 11:00:02 -0700 moblin-image-creator (0.44) gaston; urgency=low -- 2.11.4.GIT