diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2002-07-23 18:53:02 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2002-07-23 18:53:02 +0000 |
commit | 027a0d8b4be0a912499b49e4cfcee7efbe996b19 (patch) | |
tree | 4bc4609e728251371785f9dd7dbe68712373adf9 | |
parent | 99674d992d138de2aeec55a94b9a0ed3c9726fc2 (diff) | |
download | control-center-027a0d8b4be0a912499b49e4cfcee7efbe996b19.tar control-center-027a0d8b4be0a912499b49e4cfcee7efbe996b19.tar.gz control-center-027a0d8b4be0a912499b49e4cfcee7efbe996b19.tar.bz2 control-center-027a0d8b4be0a912499b49e4cfcee7efbe996b19.tar.xz control-center-027a0d8b4be0a912499b49e4cfcee7efbe996b19.zip |
o link /usr/bin/drakconf to /usr/sbin/drakconf to allow drakconf use for simple user
-rw-r--r-- | drakconf.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drakconf.spec b/drakconf.spec index 36be32b9..30f1d29c 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -64,6 +64,9 @@ bzcat %{SOURCE1} > %buildroot/%_miconsdir/drakconf.png bzcat %{SOURCE2} > %buildroot/%_iconsdir/drakconf.png bzcat %{SOURCE3} > %buildroot/%_liconsdir/drakconf.png +#this allow user to use drakconf +ln -sf %_bindir/drakconf %buildroot/%_sbindir/drakconf + %post %{update_menus} |