diff options
-rw-r--r-- | drakconf.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drakconf.spec b/drakconf.spec index 1abf11b1..859cca1f 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -54,7 +54,7 @@ Center : kde and gnome themes. #install menu mkdir -p %buildroot/%_menudir -cat > %buildroo/%_menudir/drakconf << EOF +cat > %buildroot/%_menudir/drakconf << EOF ?package(%{name}): needs="x11" icon="drakconf.png" section="Configuration/Other" title="Mandrake Control Center" longtitle="System configuration tool" command="%_bindir/%name" EOF |