From 22f82a4f2aad053683740e0f04c4e7f9e0711ca1 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Apr 18 2007 08:14:07 +0000 Subject: - Fix another typos in the run-gparted script --- diff --git a/gparted.spec b/gparted.spec index 759ca15..b363bdf 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,7 +1,7 @@ Summary: Gnome Partition Editor Name: gparted Version: 0.3.3 -Release: 9%{?dist} +Release: 10%{?dist} Group: Applications/System License: GPL URL: http://gparted.sourceforge.net @@ -81,7 +81,10 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog -* Mon Apr 15 2007 Deji Akingunola - 0.3.3-9 +* Wed Apr 18 2007 Deji Akingunola - 0.3.3-10 +- Fix another typos in the run-gparted script + +* Mon Apr 16 2007 Deji Akingunola - 0.3.3-9 - Fix the typos and stupidity in the consolehelper and hal-lock files * Mon Apr 04 2007 Deji Akingunola - 0.3.3-8 diff --git a/run-gparted b/run-gparted index e8f4433..313789f 100644 --- a/run-gparted +++ b/run-gparted @@ -1,2 +1,2 @@ #!/bin/bash -%{_bindir}/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run /usr/sbin/gparted +/usr/bin/hal-lock --interface org.freedesktop.Hal.Device.Storage --exclusive --run /usr/sbin/gparted